mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 08:43:01 +00:00
Add OpMemoryBarrier
This commit is contained in:
@@ -364,6 +364,11 @@ public:
|
||||
/// Finish the current primitive and start a new one. No vertex is emitted.
|
||||
Id OpEndPrimitive();
|
||||
|
||||
// Barrier
|
||||
|
||||
/// Control the order that memory accesses are observed.
|
||||
Id OpMemoryBarrier(Id scope, Id semantics);
|
||||
|
||||
// Logical
|
||||
|
||||
/// Result is true if any component of Vector is true, otherwise result is false.
|
||||
|
||||
Reference in New Issue
Block a user