Function VisualServerSingleton.cameraSetCullMask

Sets the cull mask associated with this camera. The cull mask describes which 3D layers are rendered by this camera. Equivalent to Camera.cullMask.

void cameraSetCullMask (
  const(RID) camera,
  const(long) layers
) nothrow @nogc;