Function VisualServerSingleton.canvasLightSetShadowBufferSize

Sets the width of the shadow buffer, size gets scaled to the next power of two for this.

void canvasLightSetShadowBufferSize (
  const(RID) light,
  const(long) size
) nothrow @nogc;