48 lines
2.0 KiB
Plaintext
48 lines
2.0 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 22
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpCapability DerivativeControl
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %fragment_main "fragment_main"
|
|
OpExecutionMode %fragment_main OriginUpperLeft
|
|
OpName %prevent_dce_block "prevent_dce_block"
|
|
OpMemberName %prevent_dce_block 0 "inner"
|
|
OpName %prevent_dce "prevent_dce"
|
|
OpName %fwidthCoarse_159c8a "fwidthCoarse_159c8a"
|
|
OpName %res "res"
|
|
OpName %fragment_main "fragment_main"
|
|
OpDecorate %prevent_dce_block Block
|
|
OpMemberDecorate %prevent_dce_block 0 Offset 0
|
|
OpDecorate %prevent_dce DescriptorSet 2
|
|
OpDecorate %prevent_dce Binding 0
|
|
%float = OpTypeFloat 32
|
|
%prevent_dce_block = OpTypeStruct %float
|
|
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
|
|
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
|
|
%void = OpTypeVoid
|
|
%5 = OpTypeFunction %void
|
|
%float_1 = OpConstant %float 1
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%13 = OpConstantNull %float
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float
|
|
%fwidthCoarse_159c8a = OpFunction %void None %5
|
|
%8 = OpLabel
|
|
%res = OpVariable %_ptr_Function_float Function %13
|
|
%9 = OpFwidthCoarse %float %float_1
|
|
OpStore %res %9
|
|
%17 = OpAccessChain %_ptr_StorageBuffer_float %prevent_dce %uint_0
|
|
%18 = OpLoad %float %res
|
|
OpStore %17 %18
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %5
|
|
%20 = OpLabel
|
|
%21 = OpFunctionCall %void %fwidthCoarse_159c8a
|
|
OpReturn
|
|
OpFunctionEnd
|