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