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