mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-26 20:07:32 -05:00
gx2: Fix data parameter type for GX2Set*UniformReg
This commit is contained in:
@@ -402,12 +402,12 @@ GX2SetGeometrySampler(GX2Sampler *sampler,
|
||||
void
|
||||
GX2SetVertexUniformReg(uint32_t offset,
|
||||
uint32_t count,
|
||||
uint32_t *data);
|
||||
const void *data);
|
||||
|
||||
void
|
||||
GX2SetPixelUniformReg(uint32_t offset,
|
||||
uint32_t count,
|
||||
uint32_t *data);
|
||||
const void *data);
|
||||
|
||||
void
|
||||
GX2SetVertexUniformBlock(uint32_t location,
|
||||
|
||||
Reference in New Issue
Block a user