Package: gtk

Accessor gtk:gl-area-has-depth-buffer

Lambda List

gtk:gl-area-has-depth-buffer (object)

Syntax

(gtk:gl-area-has-depth-buffer object) => setting
(setf (gtk:gl-area-has-depth-buffer object) setting)

Arguments

object -- a gtk:gl-area widget
setting -- a boolean whether the widget will allocate and enable a depth buffer

Details

The accessor for the has-depth-buffer slot of the gtk:gl-area class gets or sets whether the area has a depth buffer.

If setting is true the widget will allocate and enable a depth buffer for the target framebuffer. Otherwise there will be none.
 

See also

2025-09-29