|
| enum class | Enum : int {
Default = 0
, Sequential = 1
, DepthAscending = 2
, DepthDescending = 3
,
Count = 4
} |
| enum class | Enum : int {
Default = 0
, Sequential = 1
, DepthAscending = 2
, DepthDescending = 3
,
Count = 4
} |
The documentation for this struct was generated from the following file: