Type Alias rust_raylib::ffi::TextureCubemap

source ·
pub type TextureCubemap = Texture;
Expand description

TextureCubemap, same as Texture

Aliased Type§

struct TextureCubemap {
    pub id: u32,
    pub width: i32,
    pub height: i32,
    pub mipmaps: i32,
    pub format: i32,
}

Fields§

§id: u32

OpenGL texture id

§width: i32

Texture base width

§height: i32

Texture base height

§mipmaps: i32

Mipmap levels, 1 by default

§format: i32

Data format (PixelFormat type)