#[repr(transparent)]pub struct DeviceDiagnosticsConfigCreateInfoNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
 
impl<'a> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
pub fn flags(self, flags: DeviceDiagnosticsConfigFlagsNV) -> Self
sourcepub fn build(self) -> DeviceDiagnosticsConfigCreateInfoNV
 
pub fn build(self) -> DeviceDiagnosticsConfigCreateInfoNV
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.