Struct ash::vk::PhysicalDevice16BitStorageFeaturesBuilder
source · pub struct PhysicalDevice16BitStorageFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> PhysicalDevice16BitStorageFeaturesBuilder<'a>
pub fn storage_buffer16_bit_access( self, storage_buffer16_bit_access: bool ) -> Self
pub fn uniform_and_storage_buffer16_bit_access( self, uniform_and_storage_buffer16_bit_access: bool ) -> Self
pub fn storage_push_constant16(self, storage_push_constant16: bool) -> Self
pub fn storage_input_output16(self, storage_input_output16: bool) -> Self
sourcepub fn build(self) -> PhysicalDevice16BitStorageFeatures
pub fn build(self) -> PhysicalDevice16BitStorageFeatures
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 PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDevice16BitStorageFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevice16BitStorageFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice16BitStorageFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDevice16BitStorageFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDevice16BitStorageFeaturesBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more