Difference between revisions of "love.graphics.getStencilTest"
(Created page) |
m |
||
Line 12: | Line 12: | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
− | |||
− | |||
=== Returns === | === Returns === | ||
{{param|boolean|enable|Whether stencil testing is enabled.}} | {{param|boolean|enable|Whether stencil testing is enabled.}} |
Revision as of 19:52, 3 October 2015
Available since LÖVE 0.10.0 |
This function is not supported in earlier versions. |
Gets whether stencil testing is enabled.
When stencil testing is enabled, the geometry of everything that is drawn will be clipped / stencilled out based on whether it intersects with what has been previously drawn to the stencil buffer.
Each Canvas has its own stencil buffer.
Function
Synopsis
enabled, inverted = love.graphics.getStencilTest( )
Arguments
None.
Returns
boolean enable
- Whether stencil testing is enabled.
boolean inverted
- Whether the stencil test is inverted or not.
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