Struct screen_13::prelude::vk::PhysicalDeviceMultiDrawPropertiesEXT
source · 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: u32Implementations§
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 moresource§impl Default for PhysicalDeviceMultiDrawPropertiesEXT
impl Default for PhysicalDeviceMultiDrawPropertiesEXT
source§fn default() -> PhysicalDeviceMultiDrawPropertiesEXT
fn default() -> PhysicalDeviceMultiDrawPropertiesEXT
Returns the “default value” for a type. Read more