picogl.backend.gl.driver.depth
Classes
Depth test, write mask, and depth-function operations. |
Module Contents
- class picogl.backend.gl.driver.depth.GLDepthDriver(capabilities: picogl.backend.gl.driver.capability.GLCapabilityDriver)[source]
Bases:
picogl.backend.gl.driver.applyable.ApplyableDepth test, write mask, and depth-function operations.
- _current: DepthState | None = None[source]
- _do_apply(state: picogl.backend.state.DepthState, prev: DepthState | None)[source]
- _is_same(prev: picogl.backend.state.DepthState, state: picogl.backend.state.DepthState)[source]