love.graphics.setDepthMode
Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Configures depth testing and writing to the depth buffer.
This is low-level functionality designed for use with custom vertex shaders and Meshes with custom vertex attributes. No higher level APIs are provided to set the depth of 2D graphics such as shapes, lines, and Images.
Depth writes will not work without an active depth buffer.
|
Contents
Function
Synopsis
love.graphics.setDepthMode( comparemode, write )
Arguments
CompareMode comparemode
- Depth comparison mode used for depth testing.
boolean write
- Whether to write update / write values to the depth buffer when rendering.
Returns
Nothing.
Function
Disables depth testing and depth writes.
Synopsis
love.graphics.setDepthMode( )
Arguments
None.
Returns
Nothing.
See Also
- love.graphics
- love.graphics.getDepthMode
- love.graphics.setCanvas
- love.graphics.clear
- PixelFormat
- Mesh
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