depth property

TextureD get depth

Depth buffer attachment texture

Implementation

TextureD get depth => _depth = field_depth.readOr(op, _depth);
set depth (TextureD value)

Implementation

set depth(TextureD value) => _depth = field_depth.writeOr(op, value);