vec2: add struct version for vec2 and vec2-ext

This commit is contained in:
Recep Aslantas
2020-02-25 14:34:11 +03:00
parent 638b9f6dbe
commit eb0d47cfa1
9 changed files with 778 additions and 8 deletions

View File

@@ -107,6 +107,8 @@ cglm_simd_neon_HEADERS = include/cglm/simd/neon/mat4.h
cglm_structdir=$(includedir)/cglm/struct
cglm_struct_HEADERS = include/cglm/struct/mat4.h \
include/cglm/struct/mat3.h \
include/cglm/struct/vec2.h \
include/cglm/struct/vec2-ext.h \
include/cglm/struct/vec3.h \
include/cglm/struct/vec3-ext.h \
include/cglm/struct/vec4.h \