Difference between revisions of "TextureFormat"

(Created page with "{{newin|0.9.0|090|type=enum}} Controls the canvas texture format. == Constants == {{constant|normal|The default texture format (RGBA8)}} {{constant|hdr|The HDR texture format...")
(No difference)

Revision as of 10:23, 9 April 2013

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