8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
float2 dx(float2 coords) { return dFdx(coords); }
|
||
|
|
float2 dy(float2 coords) { return dFdy(coords); }
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
no match for dFdx(float2)
|
||
|
|
no match for dFdy(float2)
|
||
|
|
*%%*/
|