Merge pull request #44 from shinyquagsire23/surfaceh-fix

GX2CalcColorBufferAuxInfo takes GX2ColorBuffer argument, not GX2Surface
This commit is contained in:
James 2016-10-07 20:53:43 +01:00 committed by GitHub
commit e254ea3ce2

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);