Files
PBR-Demo/3p/glm/test/gtx/gtx_associated_min_max.cpp
T
2024-08-22 14:06:11 +02:00

10 lines
127 B
C++

#include <glm/gtc/type_precision.hpp>
#include <glm/gtx/associated_min_max.hpp>
int main()
{
int Error(0);
return Error;
}