Type Alias bgfx_sys::bgfx_texture_format

source ·
pub type bgfx_texture_format = c_uint;
Expand description

Texture format enum. Notation: RGBA16S ^ ^ ^ | | +– [ ]Unorm | | [F]loat | | [S]norm | | [I]nt | | [U]int | +–– Number of bits per component +–––– Components @attention Availability depends on Caps (see: formats).