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.

struct Texture
@nogc
void
update
const nothrow
(
const void* memory
,
const Rect* rect = null
,
)

Meta