|
Blender V5.0
|
#include "BLI_assert.h"#include "BLI_math_interp.hh"#include "BLI_math_matrix.hh"#include "BLI_math_matrix_types.hh"#include "BLI_math_vector_types.hh"#include "COM_domain.hh"#include "GPU_texture.hh"#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::compositor |
Functions | |
| bool | blender::compositor::operator== (const Domain &a, const Domain &b) |
| bool | blender::compositor::operator!= (const Domain &a, const Domain &b) |
| math::InterpWrapMode | blender::compositor::map_extension_mode_to_wrap_mode (const ExtensionMode &mode) |
| GPUSamplerExtendMode | blender::compositor::map_extension_mode_to_extend_mode (const ExtensionMode &mode) |