R2 Shaders
Functions | Variables
R2LightAmbientSingle.vert File Reference

A vertex shader for full-screen single-instance ambient lights. More...

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

Go to the source code of this file.

Functions

void main (void)
 

Variables

uniform float R2_light_depth_coefficient
 
uniform R2_light_matrices_t R2_light_matrices
 
out float R2_light_volume_positive_eye_z
 

Detailed Description

A vertex shader for full-screen single-instance ambient lights.

Definition in file R2LightAmbientSingle.vert.