Struct ash::vk::PhysicalDeviceMultiDrawPropertiesEXT
source · #[repr(C)]pub struct PhysicalDeviceMultiDrawPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_multi_draw_count: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_multi_draw_count: u32
Implementations§
source§impl PhysicalDeviceMultiDrawPropertiesEXT
impl PhysicalDeviceMultiDrawPropertiesEXT
pub fn builder<'a>() -> PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceMultiDrawPropertiesEXT
impl Clone for PhysicalDeviceMultiDrawPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceMultiDrawPropertiesEXT
fn clone(&self) -> PhysicalDeviceMultiDrawPropertiesEXT
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