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
Currently, it appears that we're only intended to ever use one fragment shader, and uniforms are only updated once per frame.
A little reworking should permit multiple shaders to be used / switched between, and for uniforms to be changed between draw calls, which would allow much greater flexibility in applying different effects to different graphical elements in a scene.
The text was updated successfully, but these errors were encountered:
Currently, it appears that we're only intended to ever use one fragment shader, and uniforms are only updated once per frame.
A little reworking should permit multiple shaders to be used / switched between, and for uniforms to be changed between draw calls, which would allow much greater flexibility in applying different effects to different graphical elements in a scene.
The text was updated successfully, but these errors were encountered: