mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(gx): CGxDeviceGLSDL should set its gxApi value to GxApi_GLSDL
This commit is contained in:
parent
6bf87c4f2d
commit
073c7d7dc0
@ -94,7 +94,7 @@ GLEnum CGxDeviceGLSDL::s_primitiveConversion[] = {
|
||||
CGxDeviceGLSDL::CGxDeviceGLSDL() : CGxDevice() {
|
||||
// TODO
|
||||
|
||||
this->m_api = GxApi_OpenGl;
|
||||
this->m_api = GxApi_GLSDL;
|
||||
this->m_caps.m_colorFormat = GxCF_rgba;
|
||||
|
||||
// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user