set_depth_write_enabled


Description:

public void set_depth_write_enabled (Bool depth_write_enabled)

Enables or disables depth buffer writing when rendering to this.

If depth writing is enabled for both the framebuffer and the rendering pipeline, and the framebuffer has an associated depth buffer, depth information will be written to this buffer during rendering.

Depth buffer writing is enabled by default.

Parameters:

this

a pointer to a Framebuffer

depth_write_enabled

true to enable depth writing or false to disable