Extracted from as of .
   

Method GLUE.BaseTexture()->resize()


Method resize

void resize(int width, int height, mapping|void imgs, int(0..3)|void flags, int(0..1)|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

construct