#[repr(C)]pub struct DSTORAGE_DESTINATION_TILES {
pub Resource: *mut ID3D12Resource,
pub TiledRegionStartCoordinate: D3D12_TILED_RESOURCE_COORDINATE,
pub TileRegionSize: D3D12_TILE_REGION_SIZE,
}Fields§
§Resource: *mut ID3D12Resource§TiledRegionStartCoordinate: D3D12_TILED_RESOURCE_COORDINATE§TileRegionSize: D3D12_TILE_REGION_SIZETrait Implementations§
source§impl Clone for DSTORAGE_DESTINATION_TILES
impl Clone for DSTORAGE_DESTINATION_TILES
source§fn clone(&self) -> DSTORAGE_DESTINATION_TILES
fn clone(&self) -> DSTORAGE_DESTINATION_TILES
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more