Blender
V3.3
|
Classes | |
class | blender::compositor::MemoryProxy |
A MemoryProxy is a unique identifier for a memory buffer. A single MemoryProxy is used among all chunks of the same buffer, the MemoryBuffer only stores the data of a single chunk. More... | |
Enumerations | |
enum class | blender::compositor::MemoryBufferState { blender::compositor::Default = 0 , blender::compositor::Temporary = 6 } |
state of a memory buffer More... | |
|
strong |
state of a memory buffer
Enumerator | |
---|---|
Default | memory has been allocated on creator device and CPU machine, but kernel has not been executed |
Temporary | chunk is consolidated from other chunks. special state. |
Definition at line 24 of file COM_MemoryBuffer.h.