mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-20 02:15:34 +00:00
Full spelling of 'OpenGL' for enum consistency
This commit is contained in:
@@ -277,7 +277,7 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
/* Make shader pipeline */
|
||||
IShaderPipeline* pipeline = nullptr;
|
||||
auto plat = ctx.platform();
|
||||
if (plat == IGraphicsDataFactory::Platform::OGL)
|
||||
if (plat == IGraphicsDataFactory::Platform::OpenGL)
|
||||
{
|
||||
GLDataFactory::Context& glF = dynamic_cast<GLDataFactory::Context&>(ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user