mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 03:37:49 +00:00
Merge pull request #12403 from liamwhite/clipdistance
shader_recompiler: use minimal clip distance array
This commit is contained in:
commit
18b7ed6453
8 changed files with 22 additions and 2 deletions
|
@ -233,6 +233,7 @@ ShaderCache::ShaderCache(RasterizerOpenGL& rasterizer_, Core::Frontend::EmuWindo
|
|||
.ignore_nan_fp_comparisons = true,
|
||||
.gl_max_compute_smem_size = device.GetMaxComputeSharedMemorySize(),
|
||||
.min_ssbo_alignment = device.GetShaderStorageBufferAlignment(),
|
||||
.max_user_clip_distances = 8,
|
||||
},
|
||||
host_info{
|
||||
.support_float64 = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue