35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 19
|
||
|
; 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
|
||
|
%15 = OpCompositeExtract %float %14 1
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%main = OpFunction %void None %1
|
||
|
%17 = OpLabel
|
||
|
%18 = OpFunctionCall %void %main_1
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|