Struct bgfx_sys::Struct_bgfx_texture_info [] [src]

pub struct Struct_bgfx_texture_info {
    pub format: bgfx_texture_format_t,
    pub storageSize: uint32_t,
    pub width: uint16_t,
    pub height: uint16_t,
    pub depth: uint16_t,
    pub numMips: uint8_t,
    pub bitsPerPixel: uint8_t,
    pub cubeMap: u8,
}

Fields

format
storageSize
width
height
depth
numMips
bitsPerPixel
cubeMap

Trait Implementations

impl Clone for Struct_bgfx_texture_info

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_texture_info

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_texture_info