mirror of https://github.com/AxioDL/metaforce.git
14 lines
241 B
C++
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;
|
||
|
}
|
||
|
|
||
|
}
|