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.
pixeleffect
Support for PixelEffect.
npot
Support for textures with non-power-of-two textures. See PO2 Syndrome.
subtractive
Support for the subtractive blend mode.

See Also

Other Languages