ash::vk

Type Alias PhysicalDeviceSubgroupSizeControlPropertiesEXT

Source
pub type PhysicalDeviceSubgroupSizeControlPropertiesEXT<'a> = PhysicalDeviceSubgroupSizeControlProperties<'a>;

Aliased Type§

struct PhysicalDeviceSubgroupSizeControlPropertiesEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub min_subgroup_size: u32,
    pub max_subgroup_size: u32,
    pub max_compute_workgroup_subgroups: u32,
    pub required_subgroup_size_stages: ShaderStageFlags,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§min_subgroup_size: u32§max_subgroup_size: u32§max_compute_workgroup_subgroups: u32§required_subgroup_size_stages: ShaderStageFlags§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDeviceSubgroupSizeControlProperties<'a>

Source

pub fn min_subgroup_size(self, min_subgroup_size: u32) -> Self

Source

pub fn max_subgroup_size(self, max_subgroup_size: u32) -> Self

Source

pub fn max_compute_workgroup_subgroups( self, max_compute_workgroup_subgroups: u32, ) -> Self

Source

pub fn required_subgroup_size_stages( self, required_subgroup_size_stages: ShaderStageFlags, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceSubgroupSizeControlProperties<'a>

Source§

fn clone(&self) -> PhysicalDeviceSubgroupSizeControlProperties<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for PhysicalDeviceSubgroupSizeControlProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDeviceSubgroupSizeControlProperties<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for PhysicalDeviceSubgroupSizeControlProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceSubgroupSizeControlProperties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSubgroupSizeControlProperties<'_>

Source§

impl Send for PhysicalDeviceSubgroupSizeControlProperties<'_>

Source§

impl Sync for PhysicalDeviceSubgroupSizeControlProperties<'_>