Enum PrimitiveType
Specifies the type of primitive geometry to render from vertex data bound to the pipeline.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum PrimitiveType
Fields
Name | Description |
---|---|
LineList | Interpret the vertex data as a list of lines. |
LineListWithAdjacency | Interpret the vertex data as list of lines with adjacency data. |
LineStrip | Interpret the vertex data as a line strip. |
LineStripWithAdjacency | Interpret the vertex data as line strip with adjacency data. |
None | The IA stage has not been initialized with a primitive topology. The IA stage will not function properly unless a primitive topology is defined. |
PatchListWith10ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith11ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith12ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith13ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith14ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith15ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith16ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith17ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith18ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith19ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith1ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith20ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith21ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith22ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith23ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith24ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith25ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith26ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith27ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith28ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith29ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith2ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith30ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith31ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith32ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith3ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith4ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith5ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith6ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith7ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith8ControlPoints | Interpret the vertex data as a patch list. |
PatchListWith9ControlPoints | Interpret the vertex data as a patch list. |
PointList | Interpret the vertex data as a list of points. |
TriangleList | Interpret the vertex data as a list of triangles. |
TriangleListWithAdjacency | Interpret the vertex data as list of triangles with adjacency data. |
TriangleStrip | Interpret the vertex data as a triangle strip. |
TriangleStripWithAdjacency | Interpret the vertex data as triangle strip with adjacency data. |