Difference between revisions of "love.graphics.getSupported"

m (Corrected general expressions : don't always (is not listed on EDICT and others) -> not always.)
m (Undo revision 17441 by Greenwing (talk) same mean...oops!)
Line 2: Line 2:
 
Gets the optional graphics features and whether they're supported on the system.
 
Gets the optional graphics features and whether they're supported on the system.
  
Some older or low-end systems not always support all graphics features.
+
Some older or low-end systems don't always support all graphics features.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 08:56, 11 September 2016

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