pub struct PhysicalDeviceVulkan11FeaturesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVulkan11Features with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn storage_buffer16_bit_access(self, value: bool) -> Self
pub fn uniform_and_storage_buffer16_bit_access(self, value: bool) -> Self
pub fn storage_push_constant16(self, value: bool) -> Self
pub fn storage_input_output16(self, value: bool) -> Self
pub fn multiview(self, value: bool) -> Self
pub fn multiview_geometry_shader(self, value: bool) -> Self
pub fn multiview_tessellation_shader(self, value: bool) -> Self
pub fn variable_pointers_storage_buffer(self, value: bool) -> Self
pub fn variable_pointers(self, value: bool) -> Self
pub fn protected_memory(self, value: bool) -> Self
pub fn sampler_ycbcr_conversion(self, value: bool) -> Self
pub fn shader_draw_parameters(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceVulkan11Features>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceVulkan11Features>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceVulkan11Features’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkan11FeaturesBuilder<'a>
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> UnsafeUnpin 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