Basic functionality for all XNA based circular buffers to render small batches quickly.
Inheritance Hierarchy
DeltaEngine.Graphics CircularBuffer
DeltaEngine.Graphics.Xna XnaCircularBuffer
Namespace: DeltaEngine.Graphics.Xna
Assembly: DeltaEngine.Graphics.Xna (in DeltaEngine.Graphics.Xna.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XnaCircularBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XnaCircularBuffer | Initializes a new instance of the XnaCircularBuffer class |
Methods
Fields
Name | Description | |
---|---|---|
blendMode | (Inherited from CircularBuffer.) | |
cachedQuadIndices | (Inherited from CircularBuffer.) | |
device | (Inherited from CircularBuffer.) | |
drawMode | (Inherited from CircularBuffer.) | |
indexSize | (Inherited from CircularBuffer.) | |
isCreated | (Inherited from CircularBuffer.) | |
maxNumberOfIndices | (Inherited from CircularBuffer.) | |
maxNumberOfVertices | (Inherited from CircularBuffer.) | |
shader | (Inherited from CircularBuffer.) | |
totalIndexOffsetInBytes | (Inherited from CircularBuffer.) | |
totalIndicesCount | (Inherited from CircularBuffer.) | |
totalVertexOffsetInBytes | (Inherited from CircularBuffer.) | |
totalVerticesCount | (Inherited from CircularBuffer.) | |
vertexSize | (Inherited from CircularBuffer.) |
Properties
Name | Description | |
---|---|---|
Is3D | (Inherited from CircularBuffer.) | |
NumberOfActiveVertices | (Inherited from CircularBuffer.) | |
UsesIndexBuffer | (Inherited from CircularBuffer.) | |
UsesTexturing | (Inherited from CircularBuffer.) |
See Also