mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): CGxDeviceGLSDL should set its gxApi value to GxApi_GLSDL
This commit is contained in:
parent
6bf87c4f2d
commit
073c7d7dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue