blob: fa8574767c9033d07e723ae51c1439dc0e2e9c9b [file] [log] [blame]
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 8
; Bound: 12
; Schema: 0
;
; OpVariable uses a Storage Class not in the set
; {UniformConstant, Input, Output, Function}, on line 25.
;
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %oColor
OpExecutionMode %main OriginLowerLeft
OpSource ESSL 320
OpName %main "main"
OpName %oColor "oColor"
OpDecorate %oColor RelaxedPrecision
OpDecorate %oColor Location 0
%void = OpTypeVoid
%3 = OpTypeFunction %void
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%13 = OpVariable %_ptr_Output_v4float Image
%oColor = OpVariable %_ptr_Output_v4float Output
%float_0 = OpConstant %float 0
%11 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%main = OpFunction %void None %3
%5 = OpLabel
OpStore %oColor %11
OpReturn
OpFunctionEnd