Apply statemaps to materials

This commit is contained in:
Jan
2022-08-20 19:23:49 +02:00
parent c5cfdfde89
commit db60287a7b
31 changed files with 417 additions and 65 deletions

View File

@ -580,7 +580,7 @@ namespace IW4
inline state_map::StateMapLayoutEntries stateMapEntryLayout({
{
"alphaTest", 0, GFXS0_ATEST_MASK, {
"alphaTest", 0, GFXS0_ATEST_MASK | GFXS0_ATEST_DISABLE, {
"mtlAlphaTest"
}
},
@ -604,7 +604,7 @@ namespace IW4
}
},
{
"depthTest", 1, GFXS1_DEPTHTEST_MASK, {
"depthTest", 1, GFXS1_DEPTHTEST_MASK | GFXS1_DEPTHTEST_DISABLE, {
"mtlDepthTest"
}
},