#[repr(C)]pub struct PhysicalDeviceMultiDrawFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multi_draw: u32,
}Expand description
VkPhysicalDeviceMultiDrawFeaturesEXT
Provided by VK_EXT_multi_draw.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
multi_draw: u32Implementations§
Source§impl PhysicalDeviceMultiDrawFeaturesEXT
impl PhysicalDeviceMultiDrawFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMultiDrawFeaturesEXT
impl Clone for PhysicalDeviceMultiDrawFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceMultiDrawFeaturesEXT
fn clone(&self) -> PhysicalDeviceMultiDrawFeaturesEXT
Returns a duplicate 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 moreimpl Copy for PhysicalDeviceMultiDrawFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultiDrawFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultiDrawFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMultiDrawFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceMultiDrawFeaturesEXT
impl !Send for PhysicalDeviceMultiDrawFeaturesEXT
impl !Sync for PhysicalDeviceMultiDrawFeaturesEXT
impl Unpin for PhysicalDeviceMultiDrawFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceMultiDrawFeaturesEXT
impl UnwindSafe for PhysicalDeviceMultiDrawFeaturesEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more