Difference between revisions of "GraphicsFeature"
m (Clarified text for the 'multicanvas' constant) |
(Added new 0.9.1 graphicsfeatures) |
||
Line 14: | Line 14: | ||
;dxt: Support for DXT compressed images (see [[CompressedFormat]].) | ;dxt: Support for DXT compressed images (see [[CompressedFormat]].) | ||
;bc5: Support for BC4 and BC5 compressed images. | ;bc5: Support for BC4 and BC5 compressed images. | ||
+ | {{newin|[[0.9.1]]|091|type=constants|plural=y}} | ||
+ | ;instancing:Hardware support for [[Mesh:setInstanceCount|instancing]]. If unsupported, instancing will still work but a slower fallback will be used. | ||
+ | ;srgb:Support for gamma-correct rendering with the <code>srgb</code> window flag in [[love.window.setMode]], and the "srgb" [[TextureFormat]] for [[love.graphics.newCanvas|Canvases]] and [[love.graphics.newImage|Images]]. | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] |
Revision as of 21:28, 5 February 2014
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. |
- shader
- Support for Shader.
- hdrcanvas
- Support for HDR Canvas.
- multicanvas
- Support for simultaneous rendering to at least 4 canvases at once, with love.graphics.setCanvas.
- mipmap
- Support for Mipmaps.
- dxt
- Support for DXT compressed images (see CompressedFormat.)
- bc5
- Support for BC4 and BC5 compressed images.
Available since LÖVE 0.9.1 |
These constants are not supported in earlier versions. |
- instancing
- Hardware support for instancing. If unsupported, instancing will still work but a slower fallback will be used.
- srgb
- Support for gamma-correct rendering with the
srgb
window flag in love.window.setMode, and the "srgb" TextureFormat for Canvases and Images.
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