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
Add ability to set uniform doubles via PShader.set()
Expected Behavior
PShader.set() does not currently support setting values for shader uniforms declared double. This is necessary when, for example, the fragment shader is being used for high-precision computation such as iterating fractals. Thanks!