Keeps the offsets for each texture chunk to be rendered in this circular buffer this frame.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Graphics CircularBuffer Chunk
Namespace: DeltaEngine.Graphics
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The CircularBuffer Chunk type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CircularBuffer Chunk | Initializes a new instance of the CircularBuffer Chunk class |
Fields
Name | Description | |
---|---|---|
FirstIndexOffsetInBytes | ||
FirstVertexOffsetInBytes | ||
NumberOfIndices | ||
NumberOfVertices | ||
Texture |
See Also