mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 03:08:16 +01: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