Struct d3d11_win::core::structures::D3D11_VIEWPORT [] [src]

pub struct D3D11_VIEWPORT {
    pub TopLeftX: FLOAT,
    pub TopLeftY: FLOAT,
    pub Width: FLOAT,
    pub Height: FLOAT,
    pub MinDepth: FLOAT,
    pub MaxDepth: FLOAT,
}

Fields

TopLeftX
TopLeftY
Width
Height
MinDepth
MaxDepth