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