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.

struct VisualServerSingleton
@nogc nothrow
void
viewportSetShadowAtlasSize
(
in RID viewport
,
in long size
)

Meta