Click or drag to resize
AB4D logo

SortedRenderablePrimitiveRenderingQueueRenderingQueueSorterType Enumeration

RenderingQueueSorterType defines types of sorting that can be used by a RenderingQueue

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
[FlagsAttribute]
public enum RenderingQueueSorterType
Members
Member nameValueDescription
None0 No sorting is performed - objects are rendering in the same order as they are added to the queue
CameraDistance1 Objects are sorted by camera distance
Material2 Objects are sorted in such a way so that objects with same material are rendered together to reduce the number of needed state changes.
Other3 Objects are sorted by some other criteria.
See Also