|
Blender V4.3
|
#include "BLI_math_angle_types.hh"#include "BLI_math_matrix.hh"#include "BLI_math_matrix_types.hh"#include "BLI_math_vector_types.hh"#include "GPU_capabilities.hh"#include "GPU_shader.hh"#include "GPU_texture.hh"#include "COM_algorithm_realize_on_domain.hh"#include "COM_context.hh"#include "COM_domain.hh"#include "COM_result.hh"#include "COM_algorithm_transform.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::realtime_compositor |
Functions | |
| static Domain | blender::realtime_compositor::compute_realized_transformation_domain (const Domain &domain) |
| void | blender::realtime_compositor::transform (Context &context, Result &input, Result &output, const float3x3 &transformation, RealizationOptions realization_options) |