blob: de23b73de2cf387c6d6eba1fd436b6192a1a7c2f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 10
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpName %myconst "myconst"
OpName %main_1 "main_1"
OpName %main "main"
OpDecorate %myconst SpecId 12
%int = OpTypeInt 32 1
%myconst = OpSpecConstant %int 42
%void = OpTypeVoid
%3 = OpTypeFunction %void
%main_1 = OpFunction %void None %3
%6 = OpLabel
OpReturn
OpFunctionEnd
%main = OpFunction %void None %3
%8 = OpLabel
%9 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd