#[repr(C)]pub struct D3D12_SUBRESOURCE_TILING {
pub WidthInTiles: u32,
pub HeightInTiles: u16,
pub DepthInTiles: u16,
pub StartTileIndexInOverallResource: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
WidthInTiles: u32
HeightInTiles: u16
DepthInTiles: u16
StartTileIndexInOverallResource: u32
Trait Implementations
impl Clone for D3D12_SUBRESOURCE_TILING
impl Clone for D3D12_SUBRESOURCE_TILING
impl Copy for D3D12_SUBRESOURCE_TILING
Auto Trait Implementations
impl RefUnwindSafe for D3D12_SUBRESOURCE_TILING
impl Send for D3D12_SUBRESOURCE_TILING
impl Sync for D3D12_SUBRESOURCE_TILING
impl Unpin for D3D12_SUBRESOURCE_TILING
impl UnwindSafe for D3D12_SUBRESOURCE_TILING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more