Struct bgfx_sys::Struct_bgfx_caps [] [src]

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

impl Clone for Struct_bgfx_caps

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_caps

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_caps