depthRange property
What this backend's clip space maps depth onto.
Asked rather than assumed. The engine builds its projections for DepthRange.zeroToOne because that is what it was written against, and corrects at the boundary for a backend that says otherwise — which is cheaper and far easier to check than a second projection path.
Implementation
@override
DepthRange get depthRange => DepthRange.zeroToOne;