ImageTexture.create

Create a new ImageTexture with width and height. format is a value from Image.format, flags is any combination of Texture.flags.

struct ImageTexture
@nogc nothrow
void
create
(
in long width
,
in long height
,
in long format
,
in long flags = 7
)

Meta