pub unsafe fn depth_test(value: bool)Expand description
Enables or disables depth testing.
ยงNotes
See OpenGL documentation.
Wraps ffi::glEnable and ffi::glDisable.
pub unsafe fn depth_test(value: bool)Enables or disables depth testing.
See OpenGL documentation.
Wraps ffi::glEnable and ffi::glDisable.