Tagged Questions
0
votes
1answer
100 views
Animated texture coordinates not working
I am struggling to learn GLSL ES so that I can offload a bunch of my animation from CPU to the GPU. My issue is with the creation of a simple animated shader that uses a sprite sheet. The shader does ...