{{newin|[[0.10.0]]|100|type=function|text=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 ===
<source lang="lua">
features = love.graphics.getSupported( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|features|A table containing [[GraphicsFeature]] keys, and boolean values indicating whether each feature is supported.}}
== See Also ==
* [[parent::love.graphics]]
* [[GraphicsFeature]]
[[Category:Functions]]
{{#set:Description=Gets the optional graphics features and whether they're supported.}}
{{#set:Sub-Category=SystemInfo}}
== Other Languages ==
{{i18n|love.graphics.getSupported}}