Blender V4.3
symmetric_separable_blur_variable_size.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::realtime_compositor
 

Functions

static const char * blender::realtime_compositor::get_blur_shader (ResultType type)
 
static Result blender::realtime_compositor::horizontal_pass (Context &context, Result &input, Result &radius, int filter_type, int weights_resolution)
 
static void blender::realtime_compositor::vertical_pass (Context &context, Result &original_input, Result &horizontal_pass_result, Result &output, Result &radius, int filter_type, int weights_resolution)
 
void blender::realtime_compositor::symmetric_separable_blur_variable_size (Context &context, Result &input, Result &output, Result &radius, int filter_type=R_FILTER_GAUSS, int weights_resolution=128)