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 1350105..10db509 100644
--- a/src/core/device.h
+++ b/src/core/device.h
@@ -64,7 +64,7 @@ void ssr_disable(uint mask);
bool ssr_isenable(uint mask);
/* °ó¶¨¶¥µãÊý¾Ý */
-void ssr_bindvertices(Vert** verts, int nverts, uint* indices, int nprims);
+void ssr_bindvertices(Vert* verts, int nverts, uint* indices, int nprims);
void ssr_unbindvertices();
void ssr_useprogram(Program* program);