This commit is contained in:
Recep Aslantas
2016-09-13 18:18:05 +03:00
parent e90f6b505d
commit 2e9894b816
2 changed files with 70 additions and 5 deletions

View File

@@ -16,11 +16,7 @@ typedef float vec4[4];
typedef vec3 mat3[3];
typedef vec4 mat4[4];
CGLM_INLINE
void
glm_mat_mul4(mat4 m1,
mat4 m2,
mat4 dest);
typedef vec4 versor;
#include "cglm-vec.h"
#include "cglm-mat.h"