mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 13:58:18 +01:00
gx2: Remove internal function GX2RIsGX2RSurface.
This commit is contained in:
parent
4981b49563
commit
8aaa4de345
@ -28,9 +28,6 @@ void
|
||||
GX2RDestroySurfaceEx(GX2Surface *surface,
|
||||
GX2RResourceFlags flags);
|
||||
|
||||
BOOL
|
||||
GX2RIsGX2RSurface(GX2RResourceFlags flags);
|
||||
|
||||
void
|
||||
GX2RInvalidateSurface(GX2Surface *surface,
|
||||
int32_t level,
|
||||
|
@ -233,7 +233,6 @@ EXPORT(GX2RSetAllocator);
|
||||
EXPORT(GX2RCreateSurface);
|
||||
EXPORT(GX2RCreateSurfaceUserMemory);
|
||||
EXPORT(GX2RDestroySurfaceEx);
|
||||
EXPORT(GX2RIsGX2RSurface);
|
||||
EXPORT(GX2RInvalidateSurface);
|
||||
EXPORT(GX2RLockSurfaceEx);
|
||||
EXPORT(GX2RUnlockSurfaceEx);
|
||||
|
Loading…
Reference in New Issue
Block a user