From 629465f33b706f3482e634dbb72ee6751edac2da Mon Sep 17 00:00:00 2001 From: shinyquagsire23 Date: Fri, 7 Oct 2016 11:56:31 -0600 Subject: [PATCH] GX2CalcColorBufferAuxInfo takes GX2ColorBuffer argument, not GX2Surface --- include/gx2/surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gx2/surface.h b/include/gx2/surface.h index b8d71a4..b7c50ed 100644 --- a/include/gx2/surface.h +++ b/include/gx2/surface.h @@ -113,7 +113,7 @@ GX2CalcDepthBufferHiZInfo(GX2DepthBuffer *depthBuffer, uint32_t *outAlignment); void -GX2CalcColorBufferAuxInfo(GX2Surface *surface, +GX2CalcColorBufferAuxInfo(GX2ColorBuffer *surface, uint32_t *outSize, uint32_t *outAlignment);