woniu0936

Results 4 comments of woniu0936

我也遇到了这个问题,各位有好的解决方案吗

还有一个关于indicator的问题,因为indicator的切换是在SCROLL_STATE_IDLE时,如果连续滑动好几个page(例如从第一页到第四页),这中间indicator一直指示的是第一页,直到第四页SCROLL_STATE_IDLE时,indicator直接切换第四页对应的位置

@jeetdholakia [grafika](https://github.com/google/grafika) maby help you

你的CameraFilterToneCurve.java中有这段代码GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, mToneCurveTextureId);但是你的fragment_shader_ext_tone_curve.glsl中使用的是uniform samplerExternalOES uTexture;而不是uniform sampler2D uTexture;有点不明白了