bgfx_texture_info_t

Texture info.

Members

Variables

bitsPerPixel
byte bitsPerPixel;

Format bits per pixel.

cubeMap
bool cubeMap;

Texture is cubemap.

depth
ushort depth;

Texture depth.

format
bgfx_texture_format_t format;

Texture format.

height
ushort height;

Texture height.

numLayers
ushort numLayers;

Number of layers in texture array.

numMips
byte numMips;

Number of MIP maps.

storageSize
uint storageSize;

Total amount of bytes required to store texture.

width
ushort width;

Texture width.

Meta