Function spirv_std::arch::any

source ·
pub fn any<V: Vector<bool, N>, const N: usize>(vector: V) -> bool
Expand description

Result is true if any component of vector is true, otherwise result is false.