2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-14 02:33:28 +00:00
metaforce/Runtime/Graphics/CModelShadersHLSL.cpp
2016-04-03 16:32:57 -10:00

14 lines
241 B
C++

#include "CModelShaders.hpp"
namespace urde
{
hecl::Runtime::ShaderCacheExtensions
CModelShaders::GetShaderExtensionsHLSL(boo::IGraphicsDataFactory::Platform plat)
{
hecl::Runtime::ShaderCacheExtensions ext(plat);
return ext;
}
}