mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:44:56 +00:00
OS X enum refactor fixes
This commit is contained in:
@@ -123,7 +123,7 @@ ShaderCacheManager::ShaderCacheManager(const FileStoreManager& storeMgr,
|
||||
m_factory.reset(_NewHLSLBackendFactory(gfxFactory));
|
||||
break;
|
||||
#elif __APPLE__ && HECL_HAS_METAL
|
||||
case boo::IGraphicsDataFactory::PlatformMetal:
|
||||
case boo::IGraphicsDataFactory::Platform::Metal:
|
||||
m_factory.reset(_NewMetalBackendFactory(gfxFactory));
|
||||
break;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user