Struct dxgi_win::structures::DXGI_SURFACE_DESC [] [src]

pub struct DXGI_SURFACE_DESC {
    pub Width: UINT,
    pub Height: UINT,
    pub Format: DXGI_FORMAT,
    pub SampleDesc: DXGI_SAMPLE_DESC,
}

Fields

Width
Height
Format
SampleDesc