Struct d3d11_win::resource::structures::D3D11_TILE_REGION_SIZE [] [src]

pub struct D3D11_TILE_REGION_SIZE {
    pub NumTiles: UINT,
    pub bUseBox: BOOL,
    pub Width: UINT,
    pub Height: UINT16,
    pub Depth: UINT16,
}

Fields

NumTiles
bUseBox
Width
Height
Depth