mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
gl/vk: Flip wpos if origin != top
This commit is contained in:
parent
4f74cbe510
commit
38562155d4
4 changed files with 15 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue