Enum bgfx.ViewMode
Namespace: Bgfx
Syntax
public enum ViewMode : int
Fields
| Name | Description | Value |
|---|---|---|
| Count | ||
| Default | Default sort order. |
|
| DepthAscending | Sort draw call depth in ascending order. |
|
| DepthDescending | Sort draw call depth in descending order. |
|
| Sequential | Sort in the same order in which submit calls were called. |