gl/vk: Flip wpos if origin != top

This commit is contained in:
kd-11 2016-09-27 12:54:35 +03:00 committed by raven02
parent 4f74cbe510
commit 38562155d4
4 changed files with 15 additions and 3 deletions

View file

@ -276,7 +276,7 @@ template<typename T> std::string FragmentProgramDecompiler::GetSRC(T src)
{
static const std::string reg_table[] =
{
"gl_FragCoord",
"wpos",
"diff_color", "spec_color",
"fogc",
"tc0", "tc1", "tc2", "tc3", "tc4", "tc5", "tc6", "tc7", "tc8", "tc9",