mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:40:44 +01:00
GX2CalcColorBufferAuxInfo takes GX2ColorBuffer argument, not GX2Surface
This commit is contained in:
parent
aeaf01451b
commit
629465f33b
@ -113,7 +113,7 @@ GX2CalcDepthBufferHiZInfo(GX2DepthBuffer *depthBuffer,
|
|||||||
uint32_t *outAlignment);
|
uint32_t *outAlignment);
|
||||||
|
|
||||||
void
|
void
|
||||||
GX2CalcColorBufferAuxInfo(GX2Surface *surface,
|
GX2CalcColorBufferAuxInfo(GX2ColorBuffer *surface,
|
||||||
uint32_t *outSize,
|
uint32_t *outSize,
|
||||||
uint32_t *outAlignment);
|
uint32_t *outAlignment);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user