Function VisualServerSingleton.textureSetSizeOverride

Resizes the texture to the specified dimensions.

void textureSetSizeOverride (
  const(RID) texture,
  const(long) width,
  const(long) height,
  const(long) depth
) nothrow @nogc;