Go to the source code of this file.
|
void | blender::compositor::add_exr_channels (void *exrhandle, const char *layer_name, const DataType datatype, const char *view_name, const size_t width, bool use_half_float, float *buf) |
|
void | blender::compositor::free_exr_channels (void *exrhandle, const RenderData *rd, const char *layer_name, const DataType datatype) |
|
int | blender::compositor::get_datatype_size (DataType datatype) |
|
static float * | blender::compositor::init_buffer (unsigned int width, unsigned int height, DataType datatype) |
|
static void | blender::compositor::write_buffer_rect (rcti *rect, const bNodeTree *tree, SocketReader *reader, float *buffer, unsigned int width, DataType datatype) |
|