blob: 7e75815e0841d6c2660453e57c4e8bc994dd4563 [file] [log] [blame]
James Price830b97f2021-06-11 12:34:26 +00001; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
Ben Claytonc2fa68e2021-10-22 00:21:44 +00004; Bound: 10
James Price830b97f2021-06-11 12:34:26 +00005; Schema: 0
6 OpCapability Shader
7 OpMemoryModel Logical GLSL450
8 OpEntryPoint GLCompute %main "main"
9 OpExecutionMode %main LocalSize 1 1 1
10 OpName %s "s"
11 OpName %sc "sc"
12 OpName %main "main"
13 OpDecorate %s DescriptorSet 0
14 OpDecorate %s Binding 0
15 OpDecorate %sc DescriptorSet 0
16 OpDecorate %sc Binding 1
17 %3 = OpTypeSampler
18%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
19 %s = OpVariable %_ptr_UniformConstant_3 UniformConstant
20%_ptr_UniformConstant_3_0 = OpTypePointer UniformConstant %3
21 %sc = OpVariable %_ptr_UniformConstant_3_0 UniformConstant
22 %void = OpTypeVoid
23 %6 = OpTypeFunction %void
24 %main = OpFunction %void None %6
25 %9 = OpLabel
James Price830b97f2021-06-11 12:34:26 +000026 OpReturn
27 OpFunctionEnd