mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Implement buffer atomic fmin/fmax instructions (#3123)
This commit is contained in:
committed by
GitHub
parent
612f340292
commit
423254692a
@@ -28,6 +28,7 @@ struct Profile {
|
||||
bool supports_native_cube_calc{};
|
||||
bool supports_trinary_minmax{};
|
||||
bool supports_robust_buffer_access{};
|
||||
bool supports_buffer_fp32_atomic_min_max{};
|
||||
bool supports_image_fp32_atomic_min_max{};
|
||||
bool supports_workgroup_explicit_memory_layout{};
|
||||
bool has_broken_spirv_clamp{};
|
||||
|
||||
Reference in New Issue
Block a user