mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 09:48:20 -05:00
shader: Implement MEMBAR
This commit is contained in:
@ -16,6 +16,9 @@ OPCODE(Return, Void,
|
||||
OPCODE(Unreachable, Void, )
|
||||
OPCODE(DemoteToHelperInvocation, Void, Label, )
|
||||
|
||||
// Barriers
|
||||
OPCODE(MemoryBarrier, Void, )
|
||||
|
||||
// Special operations
|
||||
OPCODE(Prologue, Void, )
|
||||
OPCODE(Epilogue, Void, )
|
||||
|
Reference in New Issue
Block a user