Difference between revisions of "HPL3/SOMA/Scripting/eVertexBufferDrawType"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
 
 
Line 28: Line 28:
 
| <code>eVertexBufferDrawType_LastEnum</code> || <code>10</code> ||
 
| <code>eVertexBufferDrawType_LastEnum</code> || <code>10</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:56, 6 August 2020

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

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

References

See all references...