Texture.recreate

class Texture
void
recreate
(
ubyte[] data
,
int width
,
int height
)

Parameters

data
Type: ubyte[]

RGBA by row

width
Type: int

new width of the texture

width
Type: int

new height of the texture

Meta