summaryrefslogtreecommitdiff
path: root/src/core/vert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/vert.h')
-rw-r--r--src/core/vert.h6
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