GX2CalcColorBufferAuxInfo takes GX2ColorBuffer argument, not GX2Surface

This commit is contained in:
shinyquagsire23 2016-10-07 11:56:31 -06:00
parent aeaf01451b
commit 629465f33b

View File

@ -113,7 +113,7 @@ GX2CalcDepthBufferHiZInfo(GX2DepthBuffer *depthBuffer,
uint32_t *outAlignment);
void
GX2CalcColorBufferAuxInfo(GX2Surface *surface,
GX2CalcColorBufferAuxInfo(GX2ColorBuffer *surface,
uint32_t *outSize,
uint32_t *outAlignment);