Already read this this any way that was not what I wanted.
I want to know what exactly happen behind this code when we use this:
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
, I mean what processes it takes.
Already read this this any way that was not what I wanted.
I want to know what exactly happen behind this code when we use this:
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
, I mean what processes it takes.