Struct ash::vk::PhysicalDeviceVulkan11FeaturesBuilder
source · pub struct PhysicalDeviceVulkan11FeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkan11FeaturesBuilder<'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
pub fn multiview(self, multiview: bool) -> Self
pub fn multiview_geometry_shader(self, multiview_geometry_shader: bool) -> Self
pub fn multiview_tessellation_shader( self, multiview_tessellation_shader: bool ) -> Self
pub fn variable_pointers_storage_buffer( self, variable_pointers_storage_buffer: bool ) -> Self
pub fn variable_pointers(self, variable_pointers: bool) -> Self
pub fn protected_memory(self, protected_memory: bool) -> Self
pub fn sampler_ycbcr_conversion(self, sampler_ycbcr_conversion: bool) -> Self
pub fn shader_draw_parameters(self, shader_draw_parameters: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceVulkan11Features
pub fn build(self) -> PhysicalDeviceVulkan11Features
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 PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkan11FeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkan11FeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkan11FeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVulkan11FeaturesBuilder<'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