Texture.update

Update the pixel data of this Texture. The second parameter is a pointer to the area which is updated. If it is null (default) the whole Texture will be updated. The third parameter is the format of the pixels.

class Texture
final const
void
update
(
const void* memory
,
const ShortRect* rect = null
,)

Meta