Blender
V3.3
|
#include <iostream>
#include "BLI_array.hh"
#include "BLI_vector.hh"
#include "COM_Enums.h"
#include "COM_WorkPackage.h"
#include "DNA_node_types.h"
#include "DNA_vec_types.h"
Go to the source code of this file.
Classes | |
struct | blender::compositor::ExecutionGroupFlags |
class | blender::compositor::ExecutionGroup |
Class ExecutionGroup is a group of Operations that are executed as one. This grouping is used to combine Operations that can be executed as one whole when multi-processing. More... | |
Namespaces | |
blender | |
blender::compositor | |
Functions | |
std::ostream & | blender::compositor::operator<< (std::ostream &os, const ExecutionGroupFlags &flags) |
std::ostream & | blender::compositor::operator<< (std::ostream &os, const ExecutionGroup &execution_group) |