Struct vulkanalia::vk::PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[][src]

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

Implementations

impl PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

pub fn min_fragment_shading_rate_attachment_texel_size(
    self,
    min_fragment_shading_rate_attachment_texel_size: impl Cast<Target = Extent2D>
) -> Self
[src]

pub fn max_fragment_shading_rate_attachment_texel_size(
    self,
    max_fragment_shading_rate_attachment_texel_size: impl Cast<Target = Extent2D>
) -> Self
[src]

pub fn max_fragment_shading_rate_attachment_texel_size_aspect_ratio(
    self,
    max_fragment_shading_rate_attachment_texel_size_aspect_ratio: u32
) -> Self
[src]

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

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

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

pub fn max_fragment_size(
    self,
    max_fragment_size: impl Cast<Target = Extent2D>
) -> Self
[src]

pub fn max_fragment_size_aspect_ratio(
    self,
    max_fragment_size_aspect_ratio: u32
) -> Self
[src]

pub fn max_fragment_shading_rate_coverage_samples(
    self,
    max_fragment_shading_rate_coverage_samples: u32
) -> Self
[src]

pub fn max_fragment_shading_rate_rasterization_samples(
    self,
    max_fragment_shading_rate_rasterization_samples: SampleCountFlags
) -> Self
[src]

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

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

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

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

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

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

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

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

Trait Implementations

impl Cast for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

type Target = PhysicalDeviceFragmentShadingRatePropertiesKHR

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

impl Clone for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

impl Copy for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

impl Debug for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

impl Default for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

impl Deref for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[src]

type Target = PhysicalDeviceFragmentShadingRatePropertiesKHR

The resulting type after dereferencing.

impl DerefMut for PhysicalDeviceFragmentShadingRatePropertiesKHRBuilder[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.