XLE
v0.02.0
|
Description of a buffer More...
#include <IBufferUploads.h>
Classes | |
struct | Type |
Public Attributes | |
Type::Enum | _type |
BindFlag::BitField | _bindFlags |
CPUAccess::BitField | _cpuAccess |
GPUAccess::BitField | _gpuAccess |
AllocationRules::BitField | _allocationRules |
union { | |
LinearBufferDesc _linearBufferDesc | |
TextureDesc _textureDesc | |
}; | |
char | _name [48] |
Description of a buffer
Description of a buffer, used during creation operations. Usually, BufferDesc is filled with a description of a new buffer to create, and passed to IManager::Transaction_Begin.