blob: ef8ae91010d5fa5ceb1b3f1cd00f77897a94dcb4 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 11
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%bool = OpTypeBool
%true = OpConstantTrue %bool
%float = OpTypeFloat 32
%float_0 = OpConstant %float 0
%main = OpFunction %void None %3
%4 = OpLabel
OpSelectionMerge %5 None
OpBranchConditional %true %6 %5
%6 = OpLabel
OpBranch %5
%5 = OpLabel
OpReturn
OpFunctionEnd