Function VisualServerSingleton.instanceSetLayerMask

Sets the render layers that this instance will be drawn to. Equivalent to VisualInstance.layers.

void instanceSetLayerMask (
  const(RID) instance,
  const(long) mask
) nothrow @nogc;