mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
Add GX2ResolveAAColorBuffer
This commit is contained in:
parent
6f014e48d2
commit
6c999bf95c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user