Merge pull request #3981 from ReinUsesLisp/bar

shader/other: Implement BAR.SYNC 0x0
This commit is contained in:
bunnei 2020-05-26 14:40:13 -04:00 committed by GitHub
commit 508242c267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 1 deletions

View file

@ -233,6 +233,7 @@ enum class OperationCode {
ThreadLtMask, /// () -> uint
ShuffleIndexed, /// (uint value, uint index) -> uint
Barrier, /// () -> void
MemoryBarrierGL, /// () -> void
Amount,