R2 Shaders
Functions | Variables
R2DebugColorVertices.frag File Reference

Write the given color to the first fragment output. More...

#include "R2LogDepth.h"
#include "R2SurfaceTypes.h"
#include "R2View.h"
Include dependency graph for R2DebugColorVertices.frag:

Go to the source code of this file.

Functions

 layout (location=0) out vec4 R2_out
 RGBA color. More...
 
void main (void)
 

Variables

in vec4 R2_frag_color
 
in float R2_positive_eye_z
 
uniform R2_view_t R2_view
 

Detailed Description

Write the given color to the first fragment output.

Definition in file R2DebugColorVertices.frag.

Function Documentation

§ layout()

layout ( location  = 0)

RGBA color.

Object-space tangent vector.

Object-space normal vector.

UV coordinates.