How to update a uniform variable in GLSL
- by paj777
Hi All,
I am trying to get update the eye position in my shader from my appliaction but I keep getting error 1281 when I attempt this. I have no problems after the initialization just when i subsequently try to update the values. Here is my code:
void GraphicsObject::SendShadersDDS(char vertFile [], char fragFile [],
…