25 lines
859 B
Plaintext
25 lines
859 B
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 13
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%10 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %main "main"
|
|
OpExecutionMode %main LocalSize 1 1 1
|
|
OpName %main "main"
|
|
OpName %whole "whole"
|
|
%void = OpTypeVoid
|
|
%1 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%8 = OpConstantNull %float
|
|
%float_1_23000002 = OpConstant %float 1.23000002
|
|
%main = OpFunction %void None %1
|
|
%4 = OpLabel
|
|
%whole = OpVariable %_ptr_Function_float Function %8
|
|
%9 = OpExtInst %float %10 Modf %float_1_23000002 %whole
|
|
OpReturn
|
|
OpFunctionEnd
|