plumageRender/external/glm/test/gtc/gtc_reciprocal.cpp

9 lines
79 B
C++
Raw Normal View History

2023-05-17 14:49:05 +08:00
#include <glm/gtc/reciprocal.hpp>
#include <ctime>
int main()
{
return 0;
}