glm/test/gtx/gtx_vec_swizzle.cpp

11 lines
85 B
C++

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