Type Definition gfx::tex::Dimensions [] [src]

type Dimensions = (u16, u16, u16, AaMode);

Dimensions: width, height, depth, and samples.