R2 Shaders
Functions | Variables
R2DebugVisualConstant.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 R2DebugVisualConstant.frag:

Go to the source code of this file.

Functions

 layout (location=0) out vec4 R2_out
 
void main (void)
 

Variables

in R2_vertex_data_t R2_vertex_data
 
uniform vec4 R2_color
 
uniform R2_view_t R2_view
 

Detailed Description

Write the given color to the first fragment output.

Definition in file R2DebugVisualConstant.frag.