gtc_reciprocal.cpp 79 B

12345678
  1. #include <glm/gtc/reciprocal.hpp>
  2. #include <ctime>
  3. int main()
  4. {
  5. return 0;
  6. }