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