summaryrefslogtreecommitdiff
path: root/src/core/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/device.h')
-rw-r--r--src/core/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device.h b/src/core/device.h
index 0b27b70..79ffd4b 100644
--- a/src/core/device.h
+++ b/src/core/device.h
@@ -118,7 +118,7 @@ void ssr_disable(uint mask);
bool ssr_isenable(uint mask);
/* °ó¶¨¶¥µãÊý¾Ý */
-void ssr_bindvertices(Vert* verts, int vert_count, uint* indices, int prim_count);
+void ssr_bindvertices(Vertex* verts, int vert_count, uint* indices, int prim_count);
void ssr_unbindvertices();
void ssr_useprogram(Program* program);