TextureFormat

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

Controls the canvas texture format.

Constants

normal
The default texture format (RGBA8)
hdr
The HDR texture format (RGBA16F)

See Also

Other Languages