I have a textured quad in my scene that covers the window. I want to be able to "draw" on this quad with the mouse. However, whenever I try to, nothing changes. What to do? All I'm doing is I have an array of unsigned bytes to represent the texture, and I'm making changes to the array on mouse down.



