glm/test/gtx/gtx_texture.cpp

10 lines
111 B
C++
Raw Normal View History

2017-08-25 13:55:41 +00:00
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/texture.hpp>
int main()
{
int Error = 0;
return Error;
}