mirror of
https://github.com/recp/cglm.git
synced 2026-01-02 05:28:15 +00:00
align vec4/mat4 to 16 in typedef
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "cglm-common.h"
|
||||
|
||||
typedef float vec3[3];
|
||||
typedef float vec4[4];
|
||||
typedef CGLM_ALIGN(16) float vec4[4];
|
||||
|
||||
typedef vec3 mat3[3];
|
||||
typedef vec4 mat4[4];
|
||||
|
||||
Reference in New Issue
Block a user