From 6c999bf95cb083ea68017551f32a87a0d7fbdbe6 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 1 Jul 2018 18:29:50 +0200 Subject: [PATCH] Add GX2ResolveAAColorBuffer --- include/gx2/surface.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/gx2/surface.h b/include/gx2/surface.h index 7930fd2..10f2819 100644 --- a/include/gx2/surface.h +++ b/include/gx2/surface.h @@ -149,6 +149,12 @@ GX2CopySurface(GX2Surface *src, uint32_t dstLevel, uint32_t dstDepth); +void +GX2ResolveAAColorBuffer(const GX2ColorBuffer * srcColorBuffer, + GX2Surface * dstSurface, + uint32_t dstMip, + uint32_t dstSlice); + #ifdef __cplusplus } #endif