View |
public enum ViewMode
| Member name | Value | Description |
|---|---|---|
| Default | 0 | Default sorting method. |
| Sequential | 1 | Do each draw in the order it is issued. |
| DepthAscending | 2 | Sort each draw by depth, ascending. |
| DepthDescending | 3 | Sort each draw by depth, descending. |