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
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info