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: 8 bits per channel (32 bpp) RGBA.
hdr
The HDR texture format: floating point 16 bits per channel (64 bpp) RGBA.

See Also

Other Languages