mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-27 12:27:31 -05:00
Merge pull request #44 from shinyquagsire23/surfaceh-fix
GX2CalcColorBufferAuxInfo takes GX2ColorBuffer argument, not GX2Surface
This commit is contained in:
@@ -113,7 +113,7 @@ GX2CalcDepthBufferHiZInfo(GX2DepthBuffer *depthBuffer,
|
||||
uint32_t *outAlignment);
|
||||
|
||||
void
|
||||
GX2CalcColorBufferAuxInfo(GX2Surface *surface,
|
||||
GX2CalcColorBufferAuxInfo(GX2ColorBuffer *surface,
|
||||
uint32_t *outSize,
|
||||
uint32_t *outAlignment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user