Skip to main content

thread_idx_y

Function thread_idx_y 

Source
pub fn thread_idx_y() -> i32
Expand description

Get the y-component of the local thread index within the workgroup. Maps to local_invocation_id.y in WGSL.