Function spirv_std::arch::ddx_fine

source ·
pub fn ddx_fine<F: Float>(component: F) -> F
Expand description

Returns the partial derivative of component with respect to the window’s X coordinate. Uses local differencing based on the value of component for the current fragment and its immediate neighbor(s).