mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Full spelling of 'OpenGL' for enum consistency
This commit is contained in:
@@ -753,8 +753,8 @@ static const GLenum SEMANTIC_TYPE_TABLE[] =
|
||||
|
||||
struct GLCommandQueue : IGraphicsCommandQueue
|
||||
{
|
||||
Platform platform() const {return IGraphicsDataFactory::Platform::OGL;}
|
||||
const SystemChar* platformName() const {return _S("OGL");}
|
||||
Platform platform() const {return IGraphicsDataFactory::Platform::OpenGL;}
|
||||
const SystemChar* platformName() const {return _S("OpenGL");}
|
||||
IGraphicsContext* m_parent = nullptr;
|
||||
|
||||
struct Command
|
||||
|
||||
Reference in New Issue
Block a user