metaforce/Runtime/Graphics/CModelShadersHLSL.cpp

14 lines
241 B
C++
Raw Normal View History

2016-04-04 02:32:57 +00:00
#include "CModelShaders.hpp"
namespace urde
{
hecl::Runtime::ShaderCacheExtensions
CModelShaders::GetShaderExtensionsHLSL(boo::IGraphicsDataFactory::Platform plat)
{
hecl::Runtime::ShaderCacheExtensions ext(plat);
return ext;
}
}