diff options
author | chai <chaifix@163.com> | 2019-12-08 00:23:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 00:23:50 +0800 |
commit | 3df29dc54c509c983dc8a0e23eab4160d48144f2 (patch) | |
tree | d8c5287c9979e731e373e7a1481aadd79d3f071b /src/core/device.h | |
parent | 8e684dc0c76708e3174f005aebcaabc144b85500 (diff) |
+clipping
Diffstat (limited to 'src/core/device.h')
-rw-r--r-- | src/core/device.h | 2 |
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); |