Struct ash::vk::PhysicalDevice8BitStorageFeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDevice8BitStorageFeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn storage_buffer8_bit_access(
self,
storage_buffer8_bit_access: bool
) -> PhysicalDevice8BitStorageFeaturesBuilder<'a>
pub fn uniform_and_storage_buffer8_bit_access(
self,
uniform_and_storage_buffer8_bit_access: bool
) -> PhysicalDevice8BitStorageFeaturesBuilder<'a>
pub fn storage_push_constant8(
self,
storage_push_constant8: bool
) -> PhysicalDevice8BitStorageFeaturesBuilder<'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 = PhysicalDevice8BitStorageFeatures>
Trait Implementations
The resulting type after dereferencing.