mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): remove stub NewGLSDL when compiling for macOS
This commit is contained in:
parent
d6de5b56ec
commit
0f04abb9de
1 changed files with 0 additions and 4 deletions
|
|
@ -132,10 +132,6 @@ CGxDevice* CGxDevice::NewGLSDL() {
|
||||||
auto m = SMemAlloc(sizeof(CGxDeviceGLSDL), __FILE__, __LINE__, 0x0);
|
auto m = SMemAlloc(sizeof(CGxDeviceGLSDL), __FILE__, __LINE__, 0x0);
|
||||||
return new (m) CGxDeviceGLSDL();
|
return new (m) CGxDeviceGLSDL();
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
CGxDevice* CGxDevice::NewGLSDL() {
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint32_t CGxDevice::PrimCalcCount(EGxPrim primType, uint32_t count) {
|
uint32_t CGxDevice::PrimCalcCount(EGxPrim primType, uint32_t count) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue