W3cubDocs

/LÖVE

love.graphics.getSupported

Available since LÖVE 0.10.0
It has replaced love.graphics.isSupported.

Gets the optional graphics features and whether they're supported on the system.

Some older or low-end systems don't always support all graphics features.

Function

Synopsis

features = love.graphics.getSupported( )

Arguments

None.

Returns

table features
A table containing GraphicsFeature keys, and boolean values indicating whether each feature is supported.

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.graphics.getSupported