pub struct PhysicalDeviceUniformBufferStandardLayoutFeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceUniformBufferStandardLayoutFeaturesBuilder<'a>
impl<'a> PhysicalDeviceUniformBufferStandardLayoutFeaturesBuilder<'a>
pub fn uniform_buffer_standard_layout(
self,
uniform_buffer_standard_layout: bool
) -> PhysicalDeviceUniformBufferStandardLayoutFeaturesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceUniformBufferStandardLayoutFeatures
pub fn build(self) -> PhysicalDeviceUniformBufferStandardLayoutFeatures
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceUniformBufferStandardLayoutFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceUniformBufferStandardLayoutFeaturesBuilder<'a>
§type Target = PhysicalDeviceUniformBufferStandardLayoutFeatures
type Target = PhysicalDeviceUniformBufferStandardLayoutFeatures
The resulting type after dereferencing.