; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 25
; 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_immediate_texture "xe_immediate_texture"
               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_immediate_texture RelaxedPrecision
               OpDecorate %xe_immediate_texture DescriptorSet 0
               OpDecorate %xe_immediate_texture Binding 0
               OpDecorate %17 RelaxedPrecision
               OpDecorate %xe_var_texcoord Location 0
               OpDecorate %23 RelaxedPrecision
               OpDecorate %24 RelaxedPrecision
       %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
         %13 = OpTypeImage %float 2D 0 0 0 1 Unknown
         %14 = OpTypeSampledImage %13
%_ptr_UniformConstant_14 = OpTypePointer UniformConstant %14
%xe_immediate_texture = OpVariable %_ptr_UniformConstant_14 UniformConstant
    %v2float = OpTypeVector %float 2
%_ptr_Input_v2float = OpTypePointer Input %v2float
%xe_var_texcoord = OpVariable %_ptr_Input_v2float Input
    %float_0 = OpConstant %float 0
       %main = OpFunction %void None %3
          %5 = OpLabel
         %12 = OpLoad %v4float %xe_var_color
         %17 = OpLoad %14 %xe_immediate_texture
         %21 = OpLoad %v2float %xe_var_texcoord
         %23 = OpImageSampleExplicitLod %v4float %17 %21 Lod %float_0
         %24 = OpFMul %v4float %12 %23
               OpStore %xe_frag_color %24
               OpReturn
               OpFunctionEnd
