glsl: Track S32 atomics
This commit is contained in:
parent
b95716e543
commit
5399906c26
3 changed files with 16 additions and 6 deletions
|
@ -189,8 +189,9 @@ struct Info {
|
|||
bool uses_atomic_f32x2_add{};
|
||||
bool uses_atomic_f32x2_min{};
|
||||
bool uses_atomic_f32x2_max{};
|
||||
bool uses_atomic_s32_min{};
|
||||
bool uses_atomic_s32_max{};
|
||||
bool uses_int64_bit_atomics{};
|
||||
bool uses_s32_atomics{};
|
||||
bool uses_global_memory{};
|
||||
bool uses_atomic_image_u32{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue