blob: cc0aecb99224343ea4aec3532f9dc3f55a8fddea [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 13
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
OpName %fract "fract"
OpName %whole "whole"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%float_0_25 = OpConstant %float 0.25
%float_0_75 = OpConstant %float 0.75
%fract = OpConstantComposite %v2float %float_0_25 %float_0_75
%float_1 = OpConstant %float 1
%float_3 = OpConstant %float 3
%whole = OpConstantComposite %v2float %float_1 %float_3
%main = OpFunction %void None %3
%4 = OpLabel
OpReturn
OpFunctionEnd