Sets whether depth testing is enabled.
Use cogl_pipeline_set_depth_state instead
If it is disabled then the order that actors are layered on the screen depends solely on the order specified using raise and lower, otherwise it will also take into account the actor's depth. Depth testing is disabled by default.
| setting |
true to enable depth testing or false to disable. |