Struct ash::vk::PhysicalDeviceImageDrmFormatModifierInfoEXT [−][src]
#[repr(C)]pub struct PhysicalDeviceImageDrmFormatModifierInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub drm_format_modifier: u64, pub sharing_mode: SharingMode, pub queue_family_index_count: u32, pub p_queue_family_indices: *const u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
drm_format_modifier: u64
sharing_mode: SharingMode
queue_family_index_count: u32
p_queue_family_indices: *const u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more