Function VisualServerSingleton.viewportSetShadowAtlasSize

Sets the size of the shadow atlas's images (used for omni and spot lights). The value will be rounded up to the nearest power of 2.

void viewportSetShadowAtlasSize (
  const(RID) viewport,
  const(long) size
) nothrow @nogc;