blob: 452861f2a10695eff8afc1b2adb0a045e6e8c95e [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 7
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %f "f"
OpExecutionMode %f OriginUpperLeft
OpName %a "a"
OpName %f "f"
%int = OpTypeInt 32 1
%a = OpConstant %int 1
%void = OpTypeVoid
%3 = OpTypeFunction %void
%f = OpFunction %void None %3
%6 = OpLabel
OpReturn
OpFunctionEnd