Type Alias SubgroupMask

Source
pub type SubgroupMask = UVec4;
Expand description

SubgroupMask is a glam::UVec4 representing a bitmask of all invocations within a subgroup. Mostly used in group ballot operations.

Aliased Type§

#[repr(C)]
pub struct SubgroupMask { pub x: u32, pub y: u32, pub z: u32, pub w: u32, }

Fields§

§x: u32§y: u32§z: u32§w: u32