|
R2 Shaders
|
A fragment depth shader driver for batched instances. More...
#include "R2DepthTypes.h"#include "R2LogDepth.h"#include "R2Normals.h"#include "R2SurfaceTypes.h"#include "R2GBufferOutput.h"#include "R2View.h"

Go to the source code of this file.
Functions | |
| layout (location=0) out vec2 R2_out_depth_variance | |
| R2_depth_shader_result_t | R2_depth_shader_main_exec () |
| void | main (void) |
Variables | |
| in R2_vertex_data_t | R2_vertex_data |
| in R2_surface_matrices_instance_t | R2_surface_matrices_instance |
| uniform R2_view_t | R2_view |
A fragment depth shader driver for batched instances.
Definition in file R2DepthShaderDriverBatched.h.
1.8.12