From 4984946caf0397a13da7605bc1ee406ea7354628 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 18 Jul 2020 03:25:53 +0800 Subject: -VertexShaderIn --- src/core/vert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/vert.h') diff --git a/src/core/vert.h b/src/core/vert.h index 6c968b5..c733baa 100644 --- a/src/core/vert.h +++ b/src/core/vert.h @@ -22,7 +22,7 @@ Color color32_tocolor(Color32* c); void color_tocolor32(Color c, Color32* out); void color32_saturate(Color32* c); -typedef struct Vert { +typedef struct { uint index; Vec3 position; Vec3 normal; @@ -34,6 +34,6 @@ typedef struct Vert { Vec4 joint; Vec4 weight; */ -} Vert; +} Vertex; #endif \ No newline at end of file -- cgit v1.1-26-g67d0