first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef INCLUDE_DFDX_DFDY
|
||||
#define INCLUDE_DFDX_DFDY
|
||||
|
||||
vec2 dcdx = dFdx(texCoord.xy);
|
||||
vec2 dcdy = dFdy(texCoord.xy);
|
||||
#endif
|
||||
Reference in New Issue
Block a user