blob: f38ba87887a34cd9711c32117d4460da0a029c49 [file] [log] [blame]
dan sinclair1b77b6c2024-08-06 15:47:05 +00001; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 1
4; Bound: 7
5; Schema: 0
6 OpCapability Shader
7 OpMemoryModel Logical GLSL450
8 OpEntryPoint GLCompute %f "f"
9 OpExecutionMode %f LocalSize 1 1 1
10 OpName %f "f"
11 OpName %b "b"
12 %void = OpTypeVoid
13 %3 = OpTypeFunction %void
14 %int = OpTypeInt 32 1
15 %b = OpConstant %int 1073757184
16 %f = OpFunction %void None %3
17 %4 = OpLabel
18 OpReturn
19 OpFunctionEnd