33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 17
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %main "main"
|
|
OpExecutionMode %main LocalSize 1 1 1
|
|
OpName %func "func"
|
|
OpName %pointer "pointer"
|
|
OpName %main "main"
|
|
OpName %F "F"
|
|
%void = OpTypeVoid
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%1 = OpTypeFunction %void %_ptr_Function_int
|
|
%int_42 = OpConstant %int 42
|
|
%10 = OpTypeFunction %void
|
|
%14 = OpConstantNull %int
|
|
%func = OpFunction %void None %1
|
|
%pointer = OpFunctionParameter %_ptr_Function_int
|
|
%7 = OpLabel
|
|
OpStore %pointer %int_42
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %10
|
|
%12 = OpLabel
|
|
%F = OpVariable %_ptr_Function_int Function %14
|
|
%15 = OpFunctionCall %void %func %F
|
|
OpReturn
|
|
OpFunctionEnd
|