Minor ShaderWriter refactor, prep for later changes

This commit is contained in:
Henrik Rydgård 2022-10-24 17:41:41 +02:00
parent 41f3443988
commit 80e1db07a7
8 changed files with 34 additions and 18 deletions

View file

@ -35,8 +35,8 @@ static const InputDef vsInputs[2] = {
// TODO: Deduplicate with TextureShaderCommon.cpp
static const SamplerDef samplers[2] = {
{ "tex" },
{ "pal" },
{ 0, "tex" },
{ 1, "pal" },
};
static const VaryingDef varyings[1] = {