; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 16
; Schema: 0
               OpCapability Shader
          %1 = OpExtInstImport "GLSL.std.450"
               OpMemoryModel Logical GLSL450
               OpEntryPoint Fragment %main "main" %xe_frag_color %xe_var_color %xe_var_texcoord
               OpExecutionMode %main OriginUpperLeft
               OpSource ESSL 310
               OpName %main "main"
               OpName %xe_frag_color "xe_frag_color"
               OpName %xe_var_color "xe_var_color"
               OpName %xe_var_texcoord "xe_var_texcoord"
               OpDecorate %xe_frag_color RelaxedPrecision
               OpDecorate %xe_frag_color Location 0
               OpDecorate %xe_var_color RelaxedPrecision
               OpDecorate %xe_var_color Location 1
               OpDecorate %12 RelaxedPrecision
               OpDecorate %xe_var_texcoord Location 0
       %void = OpTypeVoid
          %3 = OpTypeFunction %void
      %float = OpTypeFloat 32
    %v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%xe_frag_color = OpVariable %_ptr_Output_v4float Output
%_ptr_Input_v4float = OpTypePointer Input %v4float
%xe_var_color = OpVariable %_ptr_Input_v4float Input
    %v2float = OpTypeVector %float 2
%_ptr_Input_v2float = OpTypePointer Input %v2float
%xe_var_texcoord = OpVariable %_ptr_Input_v2float Input
       %main = OpFunction %void None %3
          %5 = OpLabel
         %12 = OpLoad %v4float %xe_var_color
               OpStore %xe_frag_color %12
               OpReturn
               OpFunctionEnd
