Type Alias ash::vk::PhysicalDeviceImageFormatInfo2KHR
source · pub type PhysicalDeviceImageFormatInfo2KHR = PhysicalDeviceImageFormatInfo2;Aliased Type§
struct PhysicalDeviceImageFormatInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format: Format,
pub ty: ImageType,
pub tiling: ImageTiling,
pub usage: ImageUsageFlags,
pub flags: ImageCreateFlags,
}Fields§
§s_type: StructureType§p_next: *const c_void§format: Format§ty: ImageType§tiling: ImageTiling§usage: ImageUsageFlags§flags: ImageCreateFlagsImplementations
source§impl PhysicalDeviceImageFormatInfo2
impl PhysicalDeviceImageFormatInfo2
pub fn builder<'a>() -> PhysicalDeviceImageFormatInfo2Builder<'a>
Trait Implementations
source§impl Clone for PhysicalDeviceImageFormatInfo2
impl Clone for PhysicalDeviceImageFormatInfo2
source§fn clone(&self) -> PhysicalDeviceImageFormatInfo2
fn clone(&self) -> PhysicalDeviceImageFormatInfo2
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