rsx: Fix vp codegen when unrestricted depth range extension is absent

This commit is contained in:
kd-11 2023-07-03 21:29:23 +03:00 committed by kd-11
parent 69eb1401a9
commit c9da795bf3

View File

@ -52,7 +52,7 @@ vec4 apply_zclip_xform(
}
return vec4(pos.x, pos.y, d * pos.w, pos.w);
}\n
}
#endif
)"