mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
rsx: Fix vp codegen when unrestricted depth range extension is absent
This commit is contained in:
parent
69eb1401a9
commit
c9da795bf3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ vec4 apply_zclip_xform(
|
||||||
}
|
}
|
||||||
|
|
||||||
return vec4(pos.x, pos.y, d * pos.w, pos.w);
|
return vec4(pos.x, pos.y, d * pos.w, pos.w);
|
||||||
}\n
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
)"
|
)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue