Click or drag to resize
AB4D logo

RenderablePrimitive Fields

The RenderablePrimitive type exposes the following members.

Fields
 NameDescription
Public fieldBaseVertexLocation start index in VertexBuffer used in DrawIndexed method
Public fieldBounds Bounds
Public fieldDistance The distance from the camera
Public fieldIndexBufferFormat Format of IndexBuffer
Public fieldIndexCount Number of indices to render
Public fieldInputLayoutType InputLayoutType
Public fieldPrimitiveTopology PrimitiveTopology
Public fieldStartIndexLocation start index in IndexBuffer used in DrawIndexed method
Public fieldStateSortValue The state sort value represent an unsigned Int32 number that is a short hash value calculated from the properties of this RenderablePrimitive (mostly from material) and can be used to sort and group similar RenderablePrimitive. This can improve performance.
Public fieldTag Arbitrary tag
Public fieldVertexBufferBindings Array of VertexBufferBinding
Top
See Also