Image.create

Creates an empty image of given size and format. See format constants. If use_mipmaps is true then generate mipmaps for this image. See the generateMipmaps.

struct Image
@nogc nothrow
void
create
(
in long width
,
in long height
,
in bool use_mipmaps
,
in long format
)

Meta