AttributeDataType

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


Data types used in a Mesh's vertex format.

Constants

byte
An 8-bit normalized (from 0 to 1) value.
unorm16
A 16-bit normalized (from 0 to 1) value.
float
A floating point number.

See Also

Other Languages