|
Blender V4.3
|
#include "BLI_math_vector_types.hh"#include "DNA_scene_types.h"#include "COM_context.hh"#include "COM_result.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::realtime_compositor |
Functions | |
| void | blender::realtime_compositor::symmetric_separable_blur (Context &context, Result &input, Result &output, float2 radius, int filter_type=R_FILTER_GAUSS, bool extend_bounds=false, bool gamma_correct=false) |