8 layout(location = 0) out vec4 R2_out;
10 in vec4 R2_frag_color;
11 in
float R2_positive_eye_z;
19 R2_view.depth_coefficient);
21 R2_out = R2_frag_color;
22 gl_FragDepth = depth_log;
float R2_logDepthEncodePartial(const float z, const float depth_coefficient)
Types relating to the view.
Types for deferred surface shading.
Logarithmic depth functions.
layout(location=0) out vec4 R2_out
RGBA color.
Matrices and parameters related to the view that all surface shaders will receive.