pub struct PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
pub fn constant_alpha_color_blend_factors( self, constant_alpha_color_blend_factors: bool ) -> Self
pub fn events(self, events: bool) -> Self
pub fn image_view_format_reinterpretation( self, image_view_format_reinterpretation: bool ) -> Self
pub fn image_view_format_swizzle(self, image_view_format_swizzle: bool) -> Self
pub fn image_view2_d_on3_d_image(self, image_view2_d_on3_d_image: bool) -> Self
pub fn multisample_array_image(self, multisample_array_image: bool) -> Self
pub fn mutable_comparison_samplers( self, mutable_comparison_samplers: bool ) -> Self
pub fn point_polygons(self, point_polygons: bool) -> Self
pub fn sampler_mip_lod_bias(self, sampler_mip_lod_bias: bool) -> Self
pub fn separate_stencil_mask_ref(self, separate_stencil_mask_ref: bool) -> Self
pub fn shader_sample_rate_interpolation_functions( self, shader_sample_rate_interpolation_functions: bool ) -> Self
pub fn tessellation_isolines(self, tessellation_isolines: bool) -> Self
pub fn tessellation_point_mode(self, tessellation_point_mode: bool) -> Self
pub fn triangle_fans(self, triangle_fans: bool) -> Self
pub fn vertex_attribute_access_beyond_stride( self, vertex_attribute_access_beyond_stride: bool ) -> Self
sourcepub fn build(self) -> PhysicalDevicePortabilitySubsetFeaturesKHR
pub fn build(self) -> PhysicalDevicePortabilitySubsetFeaturesKHR
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 PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> Deref for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
source§impl<'a> DerefMut for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> DerefMut for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> !Send for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder<'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