vertex_engine/subprojects/glm-0.9.9.8/test/gtc/gtc_reciprocal.cpp

9 lines
79 B
C++
Raw Normal View History

2024-05-15 19:21:04 +03:00
#include <glm/gtc/reciprocal.hpp>
#include <ctime>
int main()
{
return 0;
}