pub type CubeTex<S, F> = Tex<S, F, GL_TEXTURE_CUBE_MAP>;
pub struct CubeTex<S, F> { /* private fields */ }