Struct ash::vk::TilePropertiesQCOM
source · #[repr(C)]pub struct TilePropertiesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tile_size: Extent3D,
pub apron_size: Extent2D,
pub origin: Offset2D,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§tile_size: Extent3D§apron_size: Extent2D§origin: Offset2DImplementations§
source§impl TilePropertiesQCOM
impl TilePropertiesQCOM
pub fn builder<'a>() -> TilePropertiesQCOMBuilder<'a>
Trait Implementations§
source§impl Clone for TilePropertiesQCOM
impl Clone for TilePropertiesQCOM
source§fn clone(&self) -> TilePropertiesQCOM
fn clone(&self) -> TilePropertiesQCOM
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