mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
buffer_atomic_imax_x2 (#3130)
* buffer_atomic_imax_x2 * Define Int64Atomics SPIR-V capability
This commit is contained in:
committed by
GitHub
parent
77117abb31
commit
1757dfaf5a
@@ -30,6 +30,8 @@ struct Profile {
|
||||
bool supports_robust_buffer_access{};
|
||||
bool supports_buffer_fp32_atomic_min_max{};
|
||||
bool supports_image_fp32_atomic_min_max{};
|
||||
bool supports_buffer_int64_atomics{};
|
||||
bool supports_shared_int64_atomics{};
|
||||
bool supports_workgroup_explicit_memory_layout{};
|
||||
bool has_broken_spirv_clamp{};
|
||||
bool lower_left_origin_mode{};
|
||||
|
||||
Reference in New Issue
Block a user