Blender V4.3
morphological_distance_feather.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_shader_name (int distance)
 
static Result blender::realtime_compositor::horizontal_pass (Context &context, Result &input, int distance, int falloff_type)
 
static void blender::realtime_compositor::vertical_pass (Context &context, Result &original_input, Result &horizontal_pass_result, Result &output, int distance, int falloff_type)
 
void blender::realtime_compositor::morphological_distance_feather (Context &context, Result &input, Result &output, int distance, int falloff_type=PROP_SMOOTH)