James Price | 830b97f | 2021-06-11 12:34:26 +0000 | [diff] [blame] | 1 | ; SPIR-V |
| 2 | ; Version: 1.3 |
| 3 | ; Generator: Google Tint Compiler; 0 |
Ben Clayton | c2fa68e | 2021-10-22 00:21:44 +0000 | [diff] [blame] | 4 | ; Bound: 10 |
James Price | 830b97f | 2021-06-11 12:34:26 +0000 | [diff] [blame] | 5 | ; 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 Price | 830b97f | 2021-06-11 12:34:26 +0000 | [diff] [blame] | 26 | OpReturn |
| 27 | OpFunctionEnd |