73 lines
3.1 KiB
Plaintext
73 lines
3.1 KiB
Plaintext
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %_GLF_color
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpSource ESSL 310
|
|
OpName %main "main"
|
|
OpName %v "v"
|
|
OpName %res "res"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "one"
|
|
OpName %_ ""
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %_GLF_color Location 0
|
|
%void = OpTypeVoid
|
|
%9 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%float_8_39999962 = OpConstant %float 8.39999962
|
|
%float_n864_664978 = OpConstant %float -864.664978
|
|
%float_945_419983 = OpConstant %float 945.419983
|
|
%float_1 = OpConstant %float 1
|
|
%17 = OpConstantComposite %v4float %float_8_39999962 %float_n864_664978 %float_945_419983 %float_1
|
|
%buf0 = OpTypeStruct %float
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%mat4v4float = OpTypeMatrix %v4float 4
|
|
%float_0 = OpConstant %float 0
|
|
%float_0_00999999978 = OpConstant %float 0.00999999978
|
|
%bool = OpTypeBool
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%27 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
|
%28 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
|
|
%main = OpFunction %void None %9
|
|
%29 = OpLabel
|
|
%v = OpVariable %_ptr_Function_v4float Function
|
|
%res = OpVariable %_ptr_Function_v4float Function
|
|
OpStore %v %17
|
|
%30 = OpAccessChain %_ptr_Uniform_float %_ %int_0
|
|
%31 = OpLoad %float %30
|
|
%32 = OpCompositeConstruct %v4float %31 %float_0 %float_0 %float_0
|
|
%33 = OpCompositeConstruct %v4float %float_0 %31 %float_0 %float_0
|
|
%34 = OpCompositeConstruct %v4float %float_0 %float_0 %31 %float_0
|
|
%35 = OpCompositeConstruct %v4float %float_0 %float_0 %float_0 %31
|
|
%36 = OpCompositeConstruct %mat4v4float %32 %33 %34 %35
|
|
%37 = OpLoad %v4float %v
|
|
%38 = OpMatrixTimesVector %v4float %36 %37
|
|
OpStore %res %38
|
|
%39 = OpLoad %v4float %v
|
|
%40 = OpLoad %v4float %res
|
|
%41 = OpExtInst %float %1 Distance %39 %40
|
|
%42 = OpFOrdLessThan %bool %41 %float_0_00999999978
|
|
OpSelectionMerge %43 None
|
|
OpBranchConditional %42 %44 %45
|
|
%44 = OpLabel
|
|
OpStore %_GLF_color %27
|
|
OpBranch %43
|
|
%45 = OpLabel
|
|
OpStore %_GLF_color %28
|
|
OpBranch %43
|
|
%43 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|