mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 15:28:14 +01:00
gx2: Fix data parameter type for GX2Set*UniformReg
This commit is contained in:
parent
9f0ff0f624
commit
f2f82b1c08
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user