depth_mask

Function depth_mask 

Source
pub unsafe fn depth_mask(flag: bool)
Expand description

Enables or disables writing to the depth buffer.

ยงNotes

See OpenGL documentation.

Wraps ffi::glDepthMask.