32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 14
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpCapability DerivativeControl
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %fragment_main "fragment_main"
|
|
OpExecutionMode %fragment_main OriginUpperLeft
|
|
OpName %dpdxCoarse_029152 "dpdxCoarse_029152"
|
|
OpName %res "res"
|
|
OpName %fragment_main "fragment_main"
|
|
%void = OpTypeVoid
|
|
%1 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%float_1 = OpConstant %float 1
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%10 = OpConstantNull %float
|
|
%dpdxCoarse_029152 = OpFunction %void None %1
|
|
%4 = OpLabel
|
|
%res = OpVariable %_ptr_Function_float Function %10
|
|
%5 = OpDPdxCoarse %float %float_1
|
|
OpStore %res %5
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %1
|
|
%12 = OpLabel
|
|
%13 = OpFunctionCall %void %dpdxCoarse_029152
|
|
OpReturn
|
|
OpFunctionEnd
|