Original Post
So I have been try to send some data to my gpu using glUniform3fv and glUniformMatrix4x4fv. I have been spending some time wondering why they would not send, and I have found to issue. glUniform3f works, but not its glUniform3fv counter part. I am not sending a bad pointer, or data, because the data outputs fine right before sending.
So my question is, is there any reason any of you might know to why the fv versions do not work?
I used these same headers and libs in another project, and the functions worked just fine.
So my question is, is there any reason any of you might know to why the fv versions do not work?
I used these same headers and libs in another project, and the functions worked just fine.