Added GTX_vec_swizzle, faster compile time swizzling then swizzle operator #558
parent
7157969a05
commit
a17f795aaf
5 changed files with 13 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
#include <glm/gtx/vec_swizzle.hpp> |
||||
|
||||
int main() |
||||
{ |
||||
int Error = 0; |
||||
|
||||
|
||||
return Error; |
||||
} |
||||
|
Loading…
Reference in New Issue