spirv_std::archFunction fwidth_vector
Source pub fn fwidth_vector<F: Float, VECTOR: Vector<F, LENGTH>, const LENGTH: usize>(
component: VECTOR,
) -> VECTOR
Expand description
Returns the sum of the absolute values of ddx
and ddy
as a single
operation.