You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
44th line,is it wrong with texelHeightOffset and texelWidthOffset?
may be it should be vec2 singleStepOffset = vec2(texelWidthOffset, texelHeightOffset );
The text was updated successfully, but these errors were encountered:
https://github.com/cats-oss/android-gpuimage/blob/master/library/src/main/java/jp/co/cyberagent/android/gpuimage/filter/GPUImageGaussianBlurFilter.java
44th line,is it wrong with texelHeightOffset and texelWidthOffset?
may be it should be vec2 singleStepOffset = vec2(texelWidthOffset, texelHeightOffset );
The text was updated successfully, but these errors were encountered: