|
Blender
V3.3
|
#include "COM_MultiThreadedOperation.h"#include "BLI_path_util.h"#include "BLI_rect.h"#include "DNA_color_types.h"#include "IMB_openexr.h"Go to the source code of this file.
Classes | |
| class | blender::compositor::OutputSingleLayerOperation |
| struct | blender::compositor::OutputOpenExrLayer |
| class | blender::compositor::OutputOpenExrMultiLayerOperation |
Namespaces | |
| blender | |
| blender::compositor | |
Functions | |
| 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) |