GraphicsFeature

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

Graphics features that can be checked for with love.graphics.isSupported.

Constants

canvas
Support for Canvas.
npot
Support for textures with non-power-of-two sizes. See PO2 Syndrome.
subtractive
Support for the subtractive blend mode.
Removed in LÖVE 0.9.0
This constant is not supported in that and later versions.
pixeleffect
Support for PixelEffect.
Available since LÖVE 0.9.0
These constants are not supported in earlier versions.
hdrcanvas
Support for HDR Canvas.
multicanvas
Support for rendering to multiple canvases.
shader
Support for Shader.
mipmap
Support for Mipmaps.

See Also

Other Languages