Difference between revisions of "GraphicsFeature"
(Making proper english.) |
|||
Line 3: | Line 3: | ||
== Constants == | == Constants == | ||
;canvas: Support for [[Canvas]]. | ;canvas: Support for [[Canvas]]. | ||
− | |||
;npot: Support for textures with non-power-of-two sizes. See [[PO2 Syndrome]]. | ;npot: Support for textures with non-power-of-two sizes. See [[PO2 Syndrome]]. | ||
;subtractive: Support for the subtractive [[BlendMode|blend mode]]. | ;subtractive: Support for the subtractive [[BlendMode|blend mode]]. | ||
+ | {{oldin|[[0.9.0]]|090|type=constant}} | ||
+ | ;pixeleffect: Support for [[PixelEffect]]. | ||
+ | {{newin|[[0.9.0]]|090|type=constants|plural=y}} | ||
+ | ;hdrcanvas: Support for HDR [[Canvas]]. | ||
+ | ;multicanvas: Support for rendering to multiple [[Canvas|canvases]]. | ||
+ | ;shader: Support for [[Shader]]. | ||
+ | ;mipmap: Support for Mipmaps. | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] |
Revision as of 14:11, 9 April 2013
Available since LÖVE 0.8.0 |
This enum is not supported in earlier versions. |
Graphics features that can be checked for with love.graphics.isSupported.
Constants
- canvas
- Support for Canvas.
- npot
- Support for textures with non-power-of-two sizes. See PO2 Syndrome.
- subtractive
- Support for the subtractive blend mode.
Removed in LÖVE 0.9.0 |
This constant is not supported in that and later versions. |
- pixeleffect
- Support for PixelEffect.
Available since LÖVE 0.9.0 |
These constants are not supported in earlier versions. |
- hdrcanvas
- Support for HDR Canvas.
- multicanvas
- Support for rendering to multiple canvases.
- shader
- Support for Shader.
- mipmap
- Support for Mipmaps.
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