Click or drag to resize
AB4D logo

MaterialSortedRenderingQueue Class

MaterialSortedRenderingQueue is rendering queue where the objects inside the queue are sorted so that objects with the same material are rendered one after another - this minimizes the state changes and increases the performance.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXRenderingQueue
    Ab3d.DirectXRenderablePrimitiveRenderingQueue
      Ab3d.DirectXSortedRenderablePrimitiveRenderingQueue
        Ab3d.DirectXMaterialSortedRenderingQueue

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public class MaterialSortedRenderingQueue : SortedRenderablePrimitiveRenderingQueue

The MaterialSortedRenderingQueue type exposes the following members.

Constructors
 NameDescription
Public methodMaterialSortedRenderingQueue Constructor
Top
Properties
 NameDescription
Public propertySortingType Gets a RenderingQueueSorterType that specifies when the RenderingQueue needs to be resorted.
(Overrides SortedRenderablePrimitiveRenderingQueueSortingType)
Top
See Also