Lines Matching defs:UnsafeCommandBufferBuilderImageBlit
1674 pub struct UnsafeCommandBufferBuilderImageBlit { struct
1675 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],
1684 pub destination_bottom_right: [i32; 3],