mirror of
https://github.com/g-truc/glm.git
synced 2026-08-24 20:18:06 +00:00
12 lines
137 B
C++
12 lines
137 B
C++
#define GLM_ENABLE_EXPERIMENTAL
|
|
#include <glm/gtx/texture.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error = 0;
|
|
|
|
Error += clamp::test();
|
|
|
|
return Error;
|
|
}
|