2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-19 10:05:23 +00:00

Initial CLight integration

This commit is contained in:
Jack Andersen
2016-04-03 16:32:57 -10:00
parent 36ed356886
commit dae2621d93
17 changed files with 495 additions and 109 deletions

View File

@@ -0,0 +1,13 @@
#include "CModelShaders.hpp"
namespace urde
{
hecl::Runtime::ShaderCacheExtensions
CModelShaders::GetShaderExtensionsMetal(boo::IGraphicsDataFactory::Platform plat)
{
hecl::Runtime::ShaderCacheExtensions ext(plat);
return ext;
}
}