diff options
author | chai <chaifix@163.com> | 2019-12-08 21:29:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 21:29:29 +0800 |
commit | 69d8af71d6882e801496fcd7ed971081c0b720d8 (patch) | |
tree | 452f7d037cf977e4a934d433bd2f12c03ed1ea10 /src/core/vert.h | |
parent | 31be0df6255ef704bed28d2be56acbe1cea7caad (diff) |
*misc
Diffstat (limited to 'src/core/vert.h')
-rw-r--r-- | src/core/vert.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/vert.h b/src/core/vert.h index 0542ded..a85e38c 100644 --- a/src/core/vert.h +++ b/src/core/vert.h @@ -22,7 +22,7 @@ void color32_saturate(Color32* c); /*readonly*/ typedef struct Vert { - int index; + uint index; Vec3 position; Vec3 normal; Vec3 tangent; @@ -32,8 +32,4 @@ typedef struct Vert { Vec4 weight; } Vert; -Vert* vert_new(uint comp); -void vert_init(Vert* v, uint comp); -void vert_free(Vert* v); - #endif
\ No newline at end of file |