blob: a6199c2ea90d6c06a07e74ae163b4c02bc061b74 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 18
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main_1 "main_1"
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%mat3v2float = OpTypeMatrix %v2float 3
%float_50 = OpConstant %float 50
%float_60 = OpConstant %float 60
%10 = OpConstantComposite %v2float %float_50 %float_60
%11 = OpConstantComposite %v2float %float_60 %float_50
%float_70 = OpConstant %float 70
%13 = OpConstantComposite %v2float %float_70 %float_70
%14 = OpConstantComposite %mat3v2float %10 %11 %13
%main_1 = OpFunction %void None %1
%4 = OpLabel
OpReturn
OpFunctionEnd
%main = OpFunction %void None %1
%16 = OpLabel
%17 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd