Difference between revisions of "Framebuffer"
m (Removed the part about having to scale what you draw in order for the Framebuffer to work like a canvas as this is no longer a problem.) |
|||
Line 11: | Line 11: | ||
}} | }} | ||
== Functions == | == Functions == | ||
− | {{#ask: [[Category:Functions]] [[parent::Framebuffer]] | + | {{#ask: [[Category:Functions]] [[parent::Framebuffer]] |
+ | | headers=hide | ||
+ | | ?Description | ||
+ | }} | ||
+ | {{#ask: [[Category:Functions]] [[parent::Drawable]] | ||
| headers=hide | | headers=hide | ||
| ?Description | | ?Description |
Revision as of 01:43, 13 February 2011
Available since LÖVE 0.7.0 |
This type is not supported in earlier versions. |
A Framebuffer is used for off-screen rendering. Think of it as an invisible screen that you can draw to, but that will not be visible until you draw it to the actual visible screen.
It is also known as "render to texture".
Constructors
love.graphics.newFramebuffer | Creates a new Framebuffer. |
Functions
Framebuffer:getImageData | Get stored ImageData. |
Framebuffer:getWrap | Gets the wrapping properties of a Framebuffer. |
Framebuffer:renderTo | Render to a framebuffer using a function. |
Framebuffer:setWrap | Sets the wrapping properties of a Framebuffer. |
Supertypes
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