Remove MacOS and IOS OpenGL code

This commit is contained in:
2022-04-03 23:40:16 -07:00
parent 99394820fc
commit 2f104edf7c
3 changed files with 0 additions and 106 deletions

View File

@@ -159,9 +159,6 @@ public:
static std::mutex g_SurfaceInfoMutex;
static std::mutex g_DeviceInfoMutex;
#if TARGET_OS_MAC
static void attachToView(void *view);
#endif
void addResource(KRResource* resource, const std::string& name);
void removeResource(KRResource* resource);
private: