Enum gfx_core::tex::CubeFace
[−]
[src]
pub enum CubeFace { PosX, NegX, PosY, NegY, PosZ, NegZ, }
The face of a cube texture to do an operation on.
Variants
PosX | ||
NegX | ||
PosY | ||
NegY | ||
PosZ | ||
NegZ |