Added GTX_vec_swizzle, faster compile time swizzling then swizzle operator #558
This commit is contained in:
10
test/gtx/gtx_vec_swizzle.cpp
Normal file
10
test/gtx/gtx_vec_swizzle.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <glm/gtx/vec_swizzle.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user