Property

GtkGLArea:has-depth-buffer

Declaration

property has-depth-buffer: gboolean [ read, write ]

Description [src]

If set to TRUE the widget will allocate and enable a depth buffer for the target framebuffer.

Setting this property will enable GL’s depth testing as a side effect. If you don’t need depth testing, you should call glDisable(GL_DEPTH_TEST) in your GtkGLArea::render handler.

Type:gboolean

Default valueFALSE
Getter methodgtk_gl_area_get_has_depth_buffer()
Setter methodgtk_gl_area_set_has_depth_buffer()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno