parent
b0d585dc18
commit
57b03c92ae
6 changed files with 53 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||||||
|
#define GLM_FORCE_ALIGNED_GENTYPES |
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/ext.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error = 0; |
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
@ -0,0 +1,12 @@ |
|||||||
|
#define GLM_FORCE_CTOR_INIT |
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/ext.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error = 0; |
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
@ -0,0 +1,12 @@ |
|||||||
|
#define GLM_FORCE_EXPLICIT_CTOR |
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/ext.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error = 0; |
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
@ -0,0 +1,12 @@ |
|||||||
|
#define GLM_FORCE_INLINE |
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/ext.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error = 0; |
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
Loading…
Reference in New Issue