Searched defs:UnsafeCommandBufferBuilderImageBlit (Results 1 – 1 of 1) sorted by relevance
1674 pub struct UnsafeCommandBufferBuilderImageBlit { struct1675 pub aspects: ImageAspects,1676 pub source_mip_level: u32,1677 pub destination_mip_level: u32,1678 pub source_base_array_layer: u32,1679 pub destination_base_array_layer: u32,1680 pub layer_count: u32,1681 pub source_top_left: [i32; 3],1682 pub source_bottom_right: [i32; 3],1683 pub destination_top_left: [i32; 3],[all …]