Function spirv_std::arch::ddy_fine_vector
source · pub fn ddy_fine_vector<F: Float, VECTOR: Vector<F, LENGTH>, const LENGTH: usize>(
component: VECTOR
) -> VECTOR
Expand description
Returns the partial derivative of component
with respect to the window’s Y
coordinate. Uses local differencing based on the value of component
for
the current fragment and its immediate neighbor(s).