Function SpatialMaterial.depthTexture

Texture used to determine depth at a given pixel. Depth is always stored in the red channel.

Texture depthTexture() nothrow @property @nogc;

void depthTexture (
  Texture v
) nothrow @property @nogc;