R2 Shaders
Functions | Variables
R2FilterBilateralBlurDepthAwareHorizontal4f.frag File Reference

Horizontal RGBA bilateral depth-aware blur filter. More...

#include "R2BilateralBlur.h"
Include dependency graph for R2FilterBilateralBlurDepthAwareHorizontal4f.frag:

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
 

Detailed Description

Horizontal RGBA bilateral depth-aware blur filter.

Definition in file R2FilterBilateralBlurDepthAwareHorizontal4f.frag.