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

pub struct D3D11_BOX {
    pub left: UINT,
    pub top: UINT,
    pub front: UINT,
    pub right: UINT,
    pub bottom: UINT,
    pub back: UINT,
}

Fields

left
top
front
right
bottom
back