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