How big is the depth buffer in OpenGL?
How big is the depth buffer in OpenGL? In most systems you’ll see a depth buffer with a precision of 24 bits. When depth testing is enabled OpenGL tests the depth value of a fragment against the content of the depth buffer. OpenGL performs a depth test and if this Read more…