R2 Shaders
|
Vertical RGBA bilateral depth-aware blur filter. More...
#include "R2BilateralBlur.h"
Go to the source code of this file.
Functions | |
void | main (void) |
Variables | |
in vec2 | R2_uv |
uniform sampler2D | R2_texture_image |
uniform sampler2D | R2_texture_depth |
uniform R2_bilateral_blur_depth_aware_t | R2_blur |
out vec4 | R2_out_rgba |
Vertical RGBA bilateral depth-aware blur filter.
Definition in file R2FilterBilateralBlurDepthAwareVertical4f.frag.