R2 Core Shaders
Functions | Variables
R2MaskSingle.vert File Reference

A vertex shader for masking single instances. More...

#include "R2LogDepth.h"
#include "R2SurfaceTypes.h"
#include "R2SurfaceVertex.h"
#include "R2View.h"
#include "R2Viewport.h"
Include dependency graph for R2MaskSingle.vert:

Go to the source code of this file.

Functions

void main (void)
 

Variables

uniform R2_view_t R2_view
 
uniform mat4x4 R2_transform_modelview
 
out float R2_positive_eye_z
 

Detailed Description

A vertex shader for masking single instances.

Definition in file R2MaskSingle.vert.