VisualServerSingleton.textureSetSizeOverride

Resizes the texture to the specified dimensions.

struct VisualServerSingleton
@nogc nothrow
void
textureSetSizeOverride
(
in RID texture
,
in long width
,
in long height
,
in long depth
)

Meta