pub unsafe fn depth_mask(flag: bool)Expand description
Enables or disables writing to the depth buffer.
ยงNotes
See OpenGL documentation.
Wraps ffi::glDepthMask.
pub unsafe fn depth_mask(flag: bool)Enables or disables writing to the depth buffer.
See OpenGL documentation.
Wraps ffi::glDepthMask.