bgfx_caps_t

Renderer capabilities.

Members

Variables

emulated
uint64_t emulated;

Emulated functionality. For example some texture compression modes are not natively supported by all renderers. The library internally decompresses texture into supported format.

maxDrawCalls
uint16_t maxDrawCalls;
Undocumented in source.
maxFBAttachments
uint8_t maxFBAttachments;
Undocumented in source.
maxTextureSize
uint16_t maxTextureSize;
Undocumented in source.
rendererType
bgfx_renderer_type_t rendererType;

Renderer backend type.

supported
uint64_t supported;

Supported functionality, it includes emulated functionality. Checking supported and not emulated will give functionality natively supported by renderer.

Meta