{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
features = love.graphics.getSupported( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|table|features|A table containing [[GraphicsFeature]] keys, and boolean values indicating whether each feature is supported.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[GraphicsFeature (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the optional graphics features and whether they're supported.}}
{{#set:Sub-Category=SystemInfo (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getSupported}}