Type Alias nvfbc_sys::NVFBC_SIZE

source ·
pub type NVFBC_SIZE = _NVFBC_SIZE;
Expand description

Size used to describe the size of a frame.

Aliased Type§

struct NVFBC_SIZE {
    pub w: u32,
    pub h: u32,
}

Fields§

§w: u32

[in] Width.

§h: u32

[in] Height.