TextureLayered.create

Creates the Texture3D or TextureArray with specified width, height, and depth. See Image.format for format options. See flags enumerator for flags options.

struct TextureLayered
@nogc nothrow
void
create
(
in long width
,
in long height
,
in long depth
,
in long format
,
in long flags = 4
)

Meta