mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
rsx: Enable fallback for devices without wide integer Z buffers
This commit is contained in:
parent
1ce5349199
commit
de495952fd
4 changed files with 15 additions and 1 deletions
|
|
@ -125,6 +125,7 @@ void GLVertexDecompilerThread::insertMainStart(std::stringstream & OS)
|
|||
properties2.domain = glsl::glsl_vertex_program;
|
||||
properties2.require_lit_emulation = properties.has_lit_op;
|
||||
properties2.emulate_zclip_transform = true;
|
||||
properties2.quantize_depth_values = dev_caps.vendor_AMD;
|
||||
properties2.emulate_depth_clip_only = dev_caps.NV_depth_buffer_float_supported;
|
||||
|
||||
insert_glsl_legacy_function(OS, properties2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue