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.
this |
a pointer to a Framebuffer |
depth_write_enabled |
true to enable depth writing or false to disable |