--- a/src/ascension/mesh.h Tue Aug 05 20:38:11 2025 +0200 +++ b/src/ascension/mesh.h Wed Aug 06 00:37:01 2025 +0200 @@ -55,7 +55,7 @@ typedef struct asc_vertex2d_col { asc_vec2f pos; asc_vec2f uv; - asc_col4f color; + asc_color color; } asc_vertex2d_col; typedef struct asc_vertex3d { @@ -66,7 +66,7 @@ typedef struct asc_vertex3d_col { asc_vec3f pos; asc_vec2f uv; - asc_col4f color; + asc_color color; } asc_vertex3d_col;