Difference between revisions of "IndexDataType"

(Created page with "{{newin|11.0|110|type=enum}} Vertex map datatype for Data variant of Mesh:setVertexMap. == Constants == ;uint16: The vertex map is array of unsigned word (16-bit)...")
 
m (add mesh parent)
 
Line 9: Line 9:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
* [[Mesh:setVertexMap]]
 
* [[Mesh:setVertexMap]]
 +
* [[parent::Mesh]]
  
 
[[Category:Enums]]
 
[[Category:Enums]]

Latest revision as of 12:47, 25 January 2019

Available since LÖVE 11.0
This enum is not supported in earlier versions.

Vertex map datatype for Data variant of Mesh:setVertexMap.

Constants

uint16
The vertex map is array of unsigned word (16-bit).
uint32
The vertex map is array of unsigned dword (32-bit).

See Also

Other Languages