Function VisualServerSingleton.textureSetFlags

Sets the texture's flags. See textureflags for options.

void textureSetFlags (
  const(RID) texture,
  const(long) flags
) nothrow @nogc;