Struct vulkanalia::vk::PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[][src]

#[repr(transparent)]pub struct PhysicalDevicePortabilitySubsetFeaturesKHRBuilder { /* fields omitted */ }

Implementations

impl PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

pub fn constant_alpha_color_blend_factors(
    self,
    constant_alpha_color_blend_factors: bool
) -> Self
[src]

pub fn events(self, events: bool) -> Self[src]

pub fn image_view_format_reinterpretation(
    self,
    image_view_format_reinterpretation: bool
) -> Self
[src]

pub fn image_view_format_swizzle(self, image_view_format_swizzle: bool) -> Self[src]

pub fn image_view_2d_on_3d_image(self, image_view_2d_on_3d_image: bool) -> Self[src]

pub fn multisample_array_image(self, multisample_array_image: bool) -> Self[src]

pub fn mutable_comparison_samplers(
    self,
    mutable_comparison_samplers: bool
) -> Self
[src]

pub fn point_polygons(self, point_polygons: bool) -> Self[src]

pub fn sampler_mip_lod_bias(self, sampler_mip_lod_bias: bool) -> Self[src]

pub fn separate_stencil_mask_ref(self, separate_stencil_mask_ref: bool) -> Self[src]

pub fn shader_sample_rate_interpolation_functions(
    self,
    shader_sample_rate_interpolation_functions: bool
) -> Self
[src]

pub fn tessellation_isolines(self, tessellation_isolines: bool) -> Self[src]

pub fn tessellation_point_mode(self, tessellation_point_mode: bool) -> Self[src]

pub fn triangle_fans(self, triangle_fans: bool) -> Self[src]

pub fn vertex_attribute_access_beyond_stride(
    self,
    vertex_attribute_access_beyond_stride: bool
) -> Self
[src]

pub fn build(self) -> PhysicalDevicePortabilitySubsetFeaturesKHR[src]

Trait Implementations

impl Cast for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

type Target = PhysicalDevicePortabilitySubsetFeaturesKHR

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

impl Copy for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

impl Debug for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

impl Default for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

impl Deref for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

type Target = PhysicalDevicePortabilitySubsetFeaturesKHR

The resulting type after dereferencing.

impl DerefMut for PhysicalDevicePortabilitySubsetFeaturesKHRBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.