Minor ShaderWriter refactor, prep for later changes
This commit is contained in:
parent
41f3443988
commit
80e1db07a7
8 changed files with 34 additions and 18 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue