mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
glsl: Implement fswzadd
and wip nv thread shuffle impl
This commit is contained in:
parent
ccd4becb79
commit
656de6639c
5 changed files with 45 additions and 5 deletions
|
@ -86,6 +86,7 @@ struct Profile {
|
|||
bool support_gl_nv_gpu_shader_5{};
|
||||
bool support_gl_amd_gpu_shader_half_float{};
|
||||
bool support_gl_texture_shadow_lod{};
|
||||
bool support_gl_warp_intrinsics{};
|
||||
|
||||
bool warp_size_potentially_larger_than_guest{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue