glsl: Wip storage atomic ops
This commit is contained in:
parent
df793fc049
commit
3d9ecbe998
10 changed files with 414 additions and 327 deletions
|
@ -190,6 +190,7 @@ struct Info {
|
|||
bool uses_atomic_f32x2_min{};
|
||||
bool uses_atomic_f32x2_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