Basic functionality for all SharpDX based circular buffers to render small batches quickly.
Inheritance Hierarchy
DeltaEngine.Graphics CircularBuffer
DeltaEngine.Graphics.SharpDX SharpDXCircularBuffer
Namespace: DeltaEngine.Graphics.SharpDX
Assembly: DeltaEngine.Graphics.SharpDX (in DeltaEngine.Graphics.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SharpDXCircularBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SharpDXCircularBuffer | Initializes a new instance of the SharpDXCircularBuffer 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