blob: ad6e65c417d454d2e08c582889aa8af8ea700826 [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 %x_35 "x_35"
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%mat3v2float = OpTypeMatrix %v2float 3
%_ptr_Function_mat3v2float = OpTypePointer Function %mat3v2float
%10 = OpConstantNull %mat3v2float
%uint = OpTypeInt 32 0
%uint_2 = OpConstant %uint 2
%main_1 = OpFunction %void None %1
%4 = OpLabel
%x_35 = OpVariable %_ptr_Function_mat3v2float Function %10
%11 = OpLoad %mat3v2float %x_35
%14 = OpCompositeExtract %v2float %11 2
OpReturn
OpFunctionEnd
%main = OpFunction %void None %1
%16 = OpLabel
%17 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd