mirror of https://github.com/AxioDL/metaforce.git
OpenGL enum change
This commit is contained in:
parent
f65e3d23b4
commit
4795565dd9
|
@ -1 +1 @@
|
||||||
Subproject commit dbf7b9bcf8211047b63593fe8110561b21fe69b3
|
Subproject commit e92e6d7c4c13f4033ae5f0f09018573235e2212e
|
|
@ -115,7 +115,7 @@ ShaderCacheManager::ShaderCacheManager(const FileStoreManager& storeMgr,
|
||||||
|
|
||||||
switch (plat)
|
switch (plat)
|
||||||
{
|
{
|
||||||
case boo::IGraphicsDataFactory::Platform::OGL:
|
case boo::IGraphicsDataFactory::Platform::OpenGL:
|
||||||
m_factory.reset(_NewGLSLBackendFactory());
|
m_factory.reset(_NewGLSLBackendFactory());
|
||||||
break;
|
break;
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
|
|
Loading…
Reference in New Issue