Blender  V3.3
Classes | Enumerations
The memory management stuff

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...
 

Detailed Description

Enumeration Type Documentation

◆ MemoryBufferState

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.