|
Blender V4.3
|
#include "BLI_assert.h"#include "BLI_math_vector_types.hh"#include "GPU_shader.hh"#include "COM_context.hh"#include "COM_result.hh"#include "COM_utilities.hh"#include "COM_algorithm_morphological_blur.hh"#include "COM_algorithm_symmetric_separable_blur.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::realtime_compositor |
Functions | |
| static const char * | blender::realtime_compositor::get_shader (MorphologicalBlurOperation operation) |
| static void | blender::realtime_compositor::apply_morphological_operator (Context &context, Result &input, Result &blurred_input, MorphologicalBlurOperation operation) |
| void | blender::realtime_compositor::morphological_blur (Context &context, Result &input, Result &output, float2 radius, MorphologicalBlurOperation operation=MorphologicalBlurOperation::Erode, int filter_type=R_FILTER_GAUSS) |