GraphicsBuffer:clear
Available since LÖVE 12.0 |
This function is not supported in earlier versions. |
Clears the entire GraphicsBuffer or a specified byte range within it to zero.
Contents
Function
Clears the entire GraphicsBuffer's contents to zero.
Synopsis
GraphicsBuffer:clear( )
Arguments
None.
Returns
Nothing.
Function
Clears a specified byte range within the GraphicsBuffer to zero.
Synopsis
GraphicsBuffer:clear( offset, size )
Arguments
number offset
- The offset in bytes within the Buffer.
number size
- The size in bytes to clear to zero.
Returns
Nothing.
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