R2 Shaders
Functions | Variables
R2LogDepthOnlySingle.vert File Reference

Single-instance logarithmic depth only vertex shader. More...

#include "R2LogDepth.h"
#include "R2Normals.h"
#include "R2SurfaceTypes.h"
#include "R2View.h"
Include dependency graph for R2LogDepthOnlySingle.vert:

Go to the source code of this file.

Functions

 layout (location=0) in vec3 R2_vertex_position
 
void main (void)
 

Variables

out R2_vertex_data_t R2_vertex_data
 
uniform mat4x4 R2_transform_modelview
 
uniform R2_view_t R2_view
 

Detailed Description

Single-instance logarithmic depth only vertex shader.

Definition in file R2LogDepthOnlySingle.vert.