summaryrefslogtreecommitdiff
path: root/src/core/device.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-18 03:25:53 +0800
committerchai <chaifix@163.com>2020-07-18 03:25:53 +0800
commit4984946caf0397a13da7605bc1ee406ea7354628 (patch)
tree0e87b71ae7639b8f12dbf3e8ec94e2087390acef /src/core/device.h
parente5e995103377f9bb79123ef8257d8680ed0945fc (diff)
-VertexShaderIn
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);