R2 Shaders
Functions | Variables
R2LightPositionalSingle.vert File Reference

Single-instance positional light vertex shader. More...

#include "R2LogDepth.h"
#include "R2LightMatrices.h"
Include dependency graph for R2LightPositionalSingle.vert:

Go to the source code of this file.

Functions

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

Variables

uniform float R2_light_depth_coefficient
 
uniform R2_light_matrices_t R2_light_matrices
 
out vec4 R2_light_volume_position_eye
 
out float R2_light_volume_positive_eye_z
 

Detailed Description

Single-instance positional light vertex shader.

Definition in file R2LightPositionalSingle.vert.