| gl_fwidth (screenspace) | 
- Where to find it:
 NodeGraph / Right Mouse Click / Add Nodes / Math / Extension Pack / F / NodeGraph / Right Mouse Click / Add Nodes / Math / Extension Pack / F /
|  | WARNING | 
fwidth returns the sum of the absolute derivatives in x and y using local differencing for the input argument p.
 fwidth is equivalent to abs(dFdx(p)) + abs(dFdy(p))
https://registry.khronos.org/OpenGL-Refpages/gl4/html/fwidth.xhtml
- F
Specifies the expression of which to take the partial derivative.
- Output
Return the sum of the absolute value of derivatives in x and y
