#[repr(transparent)]pub struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDeviceGeneratedCommandsFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceDeviceGeneratedCommandsFeaturesNVBuilder<'a>
pub fn device_generated_commands(self, device_generated_commands: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
pub fn build(self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.