Merge branch 'master' into cglm-structs

This commit is contained in:
Recep Aslantas
2019-05-25 09:13:47 +03:00
committed by GitHub
4 changed files with 11 additions and 5 deletions

View File

@@ -23,4 +23,10 @@ glm_luminance(vec3 rgb) {
return glm_dot(rgb, l);
}
CGLM_INLINE
void
glm_normal(vec3 a, vec3 b, vec3 c, vec3 dest) {
}
#endif /* cglm_color_h */

View File

@@ -9,7 +9,7 @@
#define cglm_version_h
#define CGLM_VERSION_MAJOR 0
#define CGLM_VERSION_MINOR 5
#define CGLM_VERSION_PATCH 5
#define CGLM_VERSION_MINOR 6
#define CGLM_VERSION_PATCH 0
#endif /* cglm_version_h */