#[repr(C)]pub struct PhysicalDevicePerStageDescriptorSetFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub per_stage_descriptor_set: u32,
pub dynamic_pipeline_layout: u32,
}Expand description
VkPhysicalDevicePerStageDescriptorSetFeaturesNV
Provided by VK_NV_per_stage_descriptor_set.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PER_STAGE_DESCRIPTOR_SET_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
per_stage_descriptor_set: u32§dynamic_pipeline_layout: u32Implementations§
Source§impl PhysicalDevicePerStageDescriptorSetFeaturesNV
impl PhysicalDevicePerStageDescriptorSetFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDevicePerStageDescriptorSetFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePerStageDescriptorSetFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl Clone for PhysicalDevicePerStageDescriptorSetFeaturesNV
Source§fn clone(&self) -> PhysicalDevicePerStageDescriptorSetFeaturesNV
fn clone(&self) -> PhysicalDevicePerStageDescriptorSetFeaturesNV
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 PhysicalDevicePerStageDescriptorSetFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePerStageDescriptorSetFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl RefUnwindSafe for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl !Send for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl !Sync for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl Unpin for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl UnsafeUnpin for PhysicalDevicePerStageDescriptorSetFeaturesNV
impl UnwindSafe for PhysicalDevicePerStageDescriptorSetFeaturesNV
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