Thanks for the reply Alfonse :) its fixed now, Changed it to, but there is no change in the output of the program. :(
glGenTextures(1,&textures);
glGenTextures(1,&textures1);
...
Type: Posts; User: problemChild
Thanks for the reply Alfonse :) its fixed now, Changed it to, but there is no change in the output of the program. :(
glGenTextures(1,&textures);
glGenTextures(1,&textures1);
...
Hi I am trying to pass 2 textures to a shader and I am a little confused about the working here
This is the opengl code
GLuint textures;
GLuint textures1;
...