Type Alias bgfx_sys::bgfx_resolution_t

source ·
pub type bgfx_resolution_t = bgfx_resolution_s;
Expand description

Backbuffer resolution and reset parameters.

Aliased Type§

struct bgfx_resolution_t {
    pub format: u32,
    pub width: u32,
    pub height: u32,
    pub reset: u32,
    pub numBackBuffers: u8,
    pub maxFrameLatency: u8,
    pub debugTextScale: u8,
}

Fields§

§format: u32§width: u32

Backbuffer format.

§height: u32

Backbuffer width.

§reset: u32

Backbuffer height.

§numBackBuffers: u8

Reset parameters.

§maxFrameLatency: u8

Number of back buffers.

§debugTextScale: u8

Maximum frame latency.