pub struct Struct_bgfx_caps {
pub rendererType: bgfx_renderer_type_t,
pub supported: uint64_t,
pub maxDrawCalls: uint32_t,
pub maxTextureSize: uint16_t,
pub maxViews: uint16_t,
pub maxFBAttachments: uint8_t,
pub numGPUs: uint8_t,
pub vendorId: uint16_t,
pub deviceId: uint16_t,
pub gpu: [bgfx_caps_gpu_t; 4usize],
pub formats: [uint16_t; 72usize],
}
Fields
rendererType | |
supported | |
maxDrawCalls | |
maxTextureSize | |
maxViews | |
maxFBAttachments | |
numGPUs | |
vendorId | |
deviceId | |
gpu | |
formats | |
Trait Implementations
Derived Implementations