[Top]
GLUE
GLUE.BaseTexture
|
Method GLUE.BaseTexture()->resize()
- Method
resize
-
void resize(int width, int height, mapping|void imgs, int(0..1)|void mipmap, 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
|