I'm learning these tutorials for OpenGL
in http://LearnOpenGL.com and I faced with this function glClear
( here at the Rendering title ). Scince I'm still learning Eng as well I have trouble with the world " clear " in this function. (1) What does it mean to clear a buffer bit?
(2) what's the meaning of the word " clear " in these three values below?
GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT