The OpenD Programming Language

Image.createNoInit

Clear the image, and creates a new owned image, with given dimensions and plain pixels. The image data is left uninitialized, so it may contain data from former allocations. Tags: none.

struct Image
nothrow @nogc @safe
void
createNoInit

Meta