Struct ash::vk::PhysicalDevice16BitStorageFeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDevice16BitStorageFeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn storage_buffer16_bit_access(
self,
storage_buffer16_bit_access: bool
) -> PhysicalDevice16BitStorageFeaturesBuilder<'a>
pub fn uniform_and_storage_buffer16_bit_access(
self,
uniform_and_storage_buffer16_bit_access: bool
) -> PhysicalDevice16BitStorageFeaturesBuilder<'a>
pub fn storage_push_constant16(
self,
storage_push_constant16: bool
) -> PhysicalDevice16BitStorageFeaturesBuilder<'a>
pub fn storage_input_output16(
self,
storage_input_output16: bool
) -> PhysicalDevice16BitStorageFeaturesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDevice16BitStorageFeatures>
Trait Implementations
The resulting type after dereferencing.