--- layout: stdlib-reference --- # WaveGetLaneGeMask ## Description Returns a mask with bits set for lanes >= current lane. Equivalent to GLSL gl_SubgroupGeMask. ## Signature
vector<uint, 4> WaveGetLaneGeMask();
## Availability and Requirements
Defined for the following targets:
#### hlsl
Available in all stages.
#### glsl
Available in all stages.
#### cuda
Available in all stages.
#### metal
Available in all stages.
#### wgsl
Available in all stages.
#### spirv
Available in all stages.
Requires capability: `spvGroupNonUniformBallot`.