Function spirv_std::arch::fwidth_coarse
source · pub fn fwidth_coarse<F: Float>(component: F) -> F
Expand description
Returns the sum of the absolute values of ddx_coarse
and ddy_coarse
as a single operation.
pub fn fwidth_coarse<F: Float>(component: F) -> F
Returns the sum of the absolute values of ddx_coarse
and ddy_coarse
as a single operation.