early-access version 4026

This commit is contained in:
pineappleEA
2023-12-19 07:14:45 +01:00
parent 4e9f7119c5
commit e8afe500d0
15 changed files with 52 additions and 28 deletions

View File

@@ -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,