Blender V5.0
conversion_operation.cc File Reference
#include <fmt/format.h>
#include "BLI_color.hh"
#include "BLI_cpp_type.hh"
#include "BLI_generic_span.hh"
#include "BLI_math_vector_types.hh"
#include "BLI_utildefines.h"
#include "GPU_shader.hh"
#include "IMB_colormanagement.hh"
#include "BKE_type_conversions.hh"
#include "COM_context.hh"
#include "COM_conversion_operation.hh"
#include "COM_input_descriptor.hh"
#include "COM_result.hh"
#include "COM_utilities.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::compositor

Functions

static bool blender::compositor::is_conversion_supported (const ResultType from_type, const ResultType to_type)
static GSpan blender::compositor::get_result_single_value (const Result &result)
static GMutableSpan blender::compositor::get_result_single_value (Result &result)
static GSpan blender::compositor::get_result_data (const Result &result)
static GMutableSpan blender::compositor::get_result_data (Result &result)