mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 14:30:41 +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
|
void
|
||||||
GX2SetVertexUniformReg(uint32_t offset,
|
GX2SetVertexUniformReg(uint32_t offset,
|
||||||
uint32_t count,
|
uint32_t count,
|
||||||
uint32_t *data);
|
const void *data);
|
||||||
|
|
||||||
void
|
void
|
||||||
GX2SetPixelUniformReg(uint32_t offset,
|
GX2SetPixelUniformReg(uint32_t offset,
|
||||||
uint32_t count,
|
uint32_t count,
|
||||||
uint32_t *data);
|
const void *data);
|
||||||
|
|
||||||
void
|
void
|
||||||
GX2SetVertexUniformBlock(uint32_t location,
|
GX2SetVertexUniformBlock(uint32_t location,
|
||||||
|
Loading…
Reference in New Issue
Block a user