You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SEMANTICS used in control_barrier and memory_barrier is a bitflag, but currently only memory_barrier handles it as such. control_barrier only allows to set a single enum/flag.
The
SEMANTICS
used incontrol_barrier
andmemory_barrier
is a bitflag, but currently onlymemory_barrier
handles it as such.control_barrier
only allows to set a single enum/flag.https://github.com/EmbarkStudios/rust-gpu/blob/main/crates/spirv-std/src/arch/barrier.rs#L33-L36
https://github.com/EmbarkStudios/rust-gpu/blob/main/crates/spirv-std/src/arch/barrier.rs#L69
The text was updated successfully, but these errors were encountered: