Enum bgfx.Topology
Namespace: Bgfx
Syntax
public enum Topology : int
Fields
| Name | Description | Value |
|---|---|---|
| Count | ||
| LineList | Line list. |
|
| LineStrip | Line strip. |
|
| PointList | Point list. |
|
| TriList | Triangle list. |
|
| TriStrip | Triangle strip. |
public enum Topology : int
| Name | Description | Value |
|---|---|---|
| Count | ||
| LineList | Line list. |
|
| LineStrip | Line strip. |
|
| PointList | Point list. |
|
| TriList | Triangle list. |
|
| TriStrip | Triangle strip. |