Texture3D

Inherits: TextureLayered < Resource < Reference < Object

Texture with 3 dimensions.

Description

Texture3D is a 3-dimensional texture that has a width, height, and depth.

Properties

Dictionary

data

{“depth”: 0,”flags”: 4,”format”: 37,”height”: 0,”layers”: [  ],”width”: 0} (parent override)

int

flags

4 (parent override)

Methods

void

create ( int width, int height, int depth, Format format, int flags=4 )

Method Descriptions

Creates the Texture3D with specified width, height, and depth. See Format for format options. See Flags enumerator for flags options.