Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GLUE
GLUE.BaseTexture

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