Texture.recreate

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

Parameters

data ubyte[]

RGBA by row

width int

new width of the texture

width int

new height of the texture

Meta