Function VisualServerSingleton.canvasLightSetItemShadowCullMask

The binary mask used to determine which layers this canvas light's shadows affects. See LightOccluder2D for more information on light masks.

void canvasLightSetItemShadowCullMask (
  const(RID) light,
  const(long) mask
) nothrow @nogc;