picogl.backend.gl.wrappers.depth ================================ .. py:module:: picogl.backend.gl.wrappers.depth .. autoapi-nested-parse:: depth functions Functions --------- .. autoapisummary:: picogl.backend.gl.wrappers.depth.gl_depth_func picogl.backend.gl.wrappers.depth.gl_get_depth_mask picogl.backend.gl.wrappers.depth.gl_set_depth_mask picogl.backend.gl.wrappers.depth.gl_clear_depth Module Contents --------------- .. py:function:: gl_depth_func(func: GLDepthFunc) -> None .. py:function:: gl_get_depth_mask() .. py:function:: gl_set_depth_mask(flag) .. py:function:: gl_clear_depth(depth)