XLE  v0.02.0
Classes | Public Attributes | List of all members
BufferUploads::BufferDesc Struct Reference

Description of a buffer More...

#include <IBufferUploads.h>

Inheritance diagram for BufferUploads::BufferDesc:
Inheritance graph
[legend]

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]
 

Detailed Description

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.


The documentation for this struct was generated from the following files: