Function SpatialMaterial.detailMask

Texture used to specify how the detail textures get blended with the base textures.

Texture detailMask() nothrow @property @nogc;

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