Struct vulkanalia_sys::ImageFormatProperties
source · [−]#[repr(C)]pub struct ImageFormatProperties {
pub max_extent: Extent3D,
pub max_mip_levels: u32,
pub max_array_layers: u32,
pub sample_counts: SampleCountFlags,
pub max_resource_size: DeviceSize,
}Expand description
Fields
max_extent: Extent3Dmax_mip_levels: u32max_array_layers: u32sample_counts: SampleCountFlagsmax_resource_size: DeviceSizeTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ImageFormatProperties
impl Send for ImageFormatProperties
impl Sync for ImageFormatProperties
impl Unpin for ImageFormatProperties
impl UnwindSafe for ImageFormatProperties
Blanket Implementations
Mutably borrows from an owned value. Read more