ImageTexture.create

Create a new ImageTexture with "width" and "height". "format" one of Image.FORMAT_*. "flags" one or more of Texture.FLAG_*.

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

Meta