mirror of https://github.com/snes9xgit/snes9x.git
Slang: Opposite of what it was before. This is correct.
This commit is contained in:
parent
d0bc12522b
commit
d316da9a5c
|
@ -489,6 +489,7 @@ void GLSLShader::slang_introspect()
|
||||||
}
|
}
|
||||||
else if (indexedtexorsize("PassOutput", SL_PASSTEXTURE))
|
else if (indexedtexorsize("PassOutput", SL_PASSTEXTURE))
|
||||||
{
|
{
|
||||||
|
u.num++;
|
||||||
}
|
}
|
||||||
else if (indexedtexorsize("User", SL_LUTTEXTURE))
|
else if (indexedtexorsize("User", SL_LUTTEXTURE))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue