Struct glitter::texture::TxCubeMap [] [src]

pub struct TxCubeMap;

The TextureType for cubemap textures.

Trait Implementations

impl TextureType for TxCubeMap
[src]

The type that is used to indicate all of the possible target 2D images for this type of texture. The associated ImageTargetType in the impl for TxCubeMap, for example, is TxCubeMapImageTarget, which is an enum with six variants, one for each of the six 2-dimensional images that make up a cube map. Read more

[src]

The actual variant that represents this type of texture. The target() method impl for TxCubeMap, for example, returns TextureBindingTarget::CubeMap. Read more