diff options
author | chai <chaifix@163.com> | 2020-07-18 03:25:53 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-07-18 03:25:53 +0800 |
commit | 4984946caf0397a13da7605bc1ee406ea7354628 (patch) | |
tree | 0e87b71ae7639b8f12dbf3e8ec94e2087390acef /src/core/vert.h | |
parent | e5e995103377f9bb79123ef8257d8680ed0945fc (diff) |
-VertexShaderIn
Diffstat (limited to 'src/core/vert.h')
-rw-r--r-- | src/core/vert.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |