blob: ce75739e8c975d1ecc8f9c3dcb61013a19d482af [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 12
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %__modf_result_f32 "__modf_result_f32"
OpMemberName %__modf_result_f32 0 "fract"
OpMemberName %__modf_result_f32 1 "whole"
OpName %v "v"
OpName %main "main"
OpMemberDecorate %__modf_result_f32 0 Offset 0
OpMemberDecorate %__modf_result_f32 1 Offset 4
%float = OpTypeFloat 32
%__modf_result_f32 = OpTypeStruct %float %float
%3 = OpConstantNull %float
%float_1 = OpConstant %float 1
%5 = OpConstantComposite %__modf_result_f32 %3 %float_1
%_ptr_Private___modf_result_f32 = OpTypePointer Private %__modf_result_f32
%v = OpVariable %_ptr_Private___modf_result_f32 Private %5
%void = OpTypeVoid
%8 = OpTypeFunction %void
%main = OpFunction %void None %8
%11 = OpLabel
OpReturn
OpFunctionEnd