3 namespace SiliconStudio.
Paradox.Graphics
19 SizeInBytes = sizeInBytes;
22 StructureByteStride = structureByteStride;
BufferDescription(int sizeInBytes, BufferFlags bufferFlags, GraphicsResourceUsage usage, int structureByteStride=0)
Initializes a new instance of BufferDescription struct.
GraphicsResourceUsage
Identifies expected resource use during rendering. The usage directly reflects whether a resource is ...
BufferFlags BufferFlags
Buffer flags describing the type of buffer.
int StructureByteStride
The size of the structure (in bytes) when it represents a structured/typed buffer.
GraphicsResourceUsage Usage
Usage of this buffer.
int SizeInBytes
Size of the buffer in bytes.