Method GLUE.BaseTexture()->resize()
- Method resize
void resize(int width, int height, mapping|void imgs, int(2bit)|void flags, bool|void nocreate)
- Description
Resizes/creates a texture to meet the dimensions width and height. If nocreate isn't given, create_texture is called to actually perform the resize/creation.
- See also