26 lines
891 B
Plaintext
26 lines
891 B
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 14
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%11 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %main "main"
|
|
OpExecutionMode %main LocalSize 1 1 1
|
|
OpName %main "main"
|
|
OpName %exponent "exponent"
|
|
%void = OpTypeVoid
|
|
%1 = OpTypeFunction %void
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%8 = OpConstantNull %int
|
|
%float = OpTypeFloat 32
|
|
%float_1_23000002 = OpConstant %float 1.23000002
|
|
%main = OpFunction %void None %1
|
|
%4 = OpLabel
|
|
%exponent = OpVariable %_ptr_Function_int Function %8
|
|
%9 = OpExtInst %float %11 Frexp %float_1_23000002 %exponent
|
|
OpReturn
|
|
OpFunctionEnd
|