gl_dFdy (screenspace) |
- Where to find it:
NodeGraph / Right Mouse Click / Add Nodes / Math / Extension Pack / D /
|
WARNING |
Returns the partial derivative of an argument with respect to y.
dFdy functions return the partial derivative of expression p with respect to the window y coordinate
Expressions that imply higher order derivatives such as dFdy(dFdy(n)) have undefined results, as do mixed-order derivatives such as dFdx(dFdy(n)).
It is assumed that the expression p is continuous and therefore, expressions evaluated via non-uniform control flow may be undefined.
https://registry.khronos.org/OpenGL-Refpages/gl4/html/dFdx.xhtml
- F
Specifies the expression of which to take the partial derivative.
- Output
Return the partial derivative of an argument with respect to y