summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/node.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-05-15 07:24:42 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-05-22 04:20:43 +0200
commit5d0986a53be495f2a2158968db1bc0974f0dd0d3 (patch)
tree76b89957701a3e8cec21211b0090f8517b9338af /src/video_core/shader/node.h
parentMerge pull request #3926 from ogniK5377/keyboard-states (diff)
downloadyuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.tar
yuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.tar.gz
yuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.tar.bz2
yuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.tar.lz
yuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.tar.xz
yuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.tar.zst
yuzu-5d0986a53be495f2a2158968db1bc0974f0dd0d3.zip
Diffstat (limited to 'src/video_core/shader/node.h')
-rw-r--r--src/video_core/shader/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/node.h b/src/video_core/shader/node.h
index f75b62240..80aa69295 100644
--- a/src/video_core/shader/node.h
+++ b/src/video_core/shader/node.h
@@ -228,6 +228,7 @@ enum class OperationCode {
ThreadId, /// () -> uint
ShuffleIndexed, /// (uint value, uint index) -> uint
+ Barrier, /// () -> void
MemoryBarrierGL, /// () -> void
Amount,