Function readlane_u32

Source
pub unsafe extern "C" fn readlane_u32(value: u32, lane: u32) -> u32
Expand description

Get value from the lane at index lane in the wavefront.

The lane argument must be uniform across the currently active threads of the current wavefront. Otherwise, the result is undefined.