HPL3/Community/Scripting/Classes/evertexbufferdrawtype

From Frictional Wiki
< HPL3‎ | Community/Scripting/Classes
Revision as of 11:12, 30 July 2020 by Maintenance script (talk | contribs) (Upload classes to sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

eVertexBufferDrawType

Values

Enum Name Integer Value Description
eVertexBufferDrawType_Tri 0
eVertexBufferDrawType_TriStrip 1
eVertexBufferDrawType_TriFan 2
eVertexBufferDrawType_Quad 3
eVertexBufferDrawType_QuadStrip 4
eVertexBufferDrawType_Line 5
eVertexBufferDrawType_LineLoop 6
eVertexBufferDrawType_LineStrip 7
eVertexBufferDrawType_Point 8
eVertexBufferDrawType_LastEnum 10

Remarks

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!