depth_test

Function depth_test 

Source
pub unsafe fn depth_test(value: bool)
Expand description

Enables or disables depth testing.

ยงNotes

See OpenGL documentation.

Wraps ffi::glEnable and ffi::glDisable.