Robadob / sdl_exp

Low-level graphics engine built over SDL2
MIT License
1 stars 2 forks source link

3+ Texture Buffs #25

Closed Robadob closed 8 years ago

Robadob commented 8 years ago

George is unable to use more than 2 texture buffers in a shader, this seems broken.

Need to test it myself.

His configuration was 3xvec3

Robadob commented 8 years ago

I tested this by using 4 texture buffers to pass information to instanced render and found no problem., Looked at George's code no visible issues. Asked him to rebase his project, as I may have fixed this in Shader rewrite, otherwise currently unsure.

Robadob commented 8 years ago

After updating to new Shaders, issue was still present for George. He then renamed the offending uniform, fixing the issue. Once the name was switched back it also continued to work. :s