glm/test/gtx/gtx_texture.cpp
Christophe Riccio e8e8d3607c Fixed test build
2017-08-25 21:14:23 +02:00

10 lines
111 B
C++

#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/texture.hpp>
int main()
{
int Error = 0;
return Error;
}