Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/asm/frag/temporary-phi-hoisting.asm.frag')
-rw-r--r--shaders/asm/frag/temporary-phi-hoisting.asm.frag1
1 files changed, 1 insertions, 0 deletions
diff --git a/shaders/asm/frag/temporary-phi-hoisting.asm.frag b/shaders/asm/frag/temporary-phi-hoisting.asm.frag
index 7cedcd58..977c20ac 100644
--- a/shaders/asm/frag/temporary-phi-hoisting.asm.frag
+++ b/shaders/asm/frag/temporary-phi-hoisting.asm.frag
@@ -21,6 +21,7 @@
OpMemberDecorate %MyStruct_CB 0 Offset 0
OpDecorate %MyStruct_CB Block
OpDecorate %_ DescriptorSet 0
+ OpDecorate %_ Binding 0
OpDecorate %_entryPointOutput Location 0
%void = OpTypeVoid
%3 = OpTypeFunction %void