Type Definition gfx::texture::Dimensions
[−]
[src]
type Dimensions = (u16, u16, u16, AaMode);
Dimensions: width, height, depth, and samples.