Click or drag to resize
AB4D logo

RenderablePrimitive Methods

The RenderablePrimitive type exposes the following members.

Methods
 NameDescription
Public methodChangeIndexBuffers ChangeIndexBuffers changes the index buffer used by this RenderablePrimitive.
Public methodChangeVertexBuffer ChangeVertexBuffer changes the vertex buffer used by this RenderablePrimitive.
Public methodChangeVertexBuffers ChangeVertexBuffers changes the vertex buffers used by this RenderablePrimitive.
Public methodRenderGeometry RenderGeometry renders the geometry (executes draw calls but does not apply material settings)
(Overrides RenderablePrimitiveBaseRenderGeometry(RenderingContext))
Public methodSetMaterialSortHash SetMaterialSortHash calculates the StateSortValue based on the current material and other properties of this RenderablePrimitive
Top
See Also