Shader Swapper
- Tom Walat
- Mar 23, 2022
- 1 min read
Updated: Mar 24, 2022
Today I added functionality to my shader tool to compile multiple shader programs and change them at runtime. The next step is to utilise a uniform buffer object so all uniforms don't have to be unnecessary set with every shader change.
Comments