bgfx_caps_t

Renderer capabilities.

struct bgfx_caps_t {
bgfx_renderer_type_t rendererType;
uint64_t supported;
uint32_t maxDrawCalls;
uint16_t maxTextureSize;
uint16_t maxViews;
uint8_t maxFBAttachments;
uint8_t numGPUs;
bool homogeneousDepth;
bool originBottomLeft;
uint16_t vendorId;
uint16_t deviceId;
bgfx_caps_gpu_t[4] gpu;
uint16_t[BGFX_TEXTURE_FORMAT_COUNT] formats;
}

Meta