Struct erupt::vk1_1::PhysicalDeviceSubgroupPropertiesBuilder[][src]

#[repr(transparent)]pub struct PhysicalDeviceSubgroupPropertiesBuilder<'a>(_, _);

Implementations

impl<'a> PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

pub fn new() -> PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

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

pub fn supported_stages(self, supported_stages: ShaderStageFlags) -> Self[src]

pub fn supported_operations(
    self,
    supported_operations: SubgroupFeatureFlags
) -> Self
[src]

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

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

Discards all lifetime information. Use the Deref and DerefMut implementations if possible.

Methods from Deref<Target = PhysicalDeviceSubgroupProperties>

Trait Implementations

impl<'a> Clone for PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

impl<'a> Copy for PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

impl<'a> Debug for PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

impl<'a> Default for PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

impl<'a> Deref for PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

type Target = PhysicalDeviceSubgroupProperties

The resulting type after dereferencing.

impl<'a> DerefMut for PhysicalDeviceSubgroupPropertiesBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, PhysicalDeviceSubgroupPropertiesBuilder<'_>> for PhysicalDeviceProperties2Builder<'a>[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.