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 |