Click or drag to resize

ViewMode Enumeration

Specifies possible sorting modes for a view.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ViewMode
Members
  Member nameValueDescription
Default0 Default sorting method.
Sequential1 Do each draw in the order it is issued.
DepthAscending2 Sort each draw by depth, ascending.
DepthDescending3 Sort each draw by depth, descending.
See Also