2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

Merge branch 'shader-refactor'

This commit is contained in:
Jack Andersen
2018-10-15 17:17:37 -10:00
1013 changed files with 10142 additions and 18510 deletions

View File

@@ -16,8 +16,6 @@ namespace urde
{
static logvisor::Module Log("urde::CElementGen");
URDE_DECL_SPECIALIZE_SHADER(CElementGenShaders)
u16 CElementGen::g_GlobalSeed = 99;
bool CElementGen::g_subtractBlend = false;
@@ -41,12 +39,12 @@ void CElementGen::Initialize()
g_ParticleSystemInitialized = true;
/* Compile shaders */
TShader<CElementGenShaders>::Initialize();
CElementGenShaders::Initialize();
}
void CElementGen::Shutdown()
{
TShader<CElementGenShaders>::Shutdown();
CElementGenShaders::Shutdown();
}
static const size_t ShadClsSizes[] =