nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Set GL_DEPTH_BUFFER_BIT when blitting the depth buffer to the screen.

Open LukasRuppert opened this issue 3 years ago • 0 comments

Hi, I just had a look through the code and found what looks like a simple copy-paste bug. When blitting to the screen, the stencil bit would be set instead of the depth buffer bit.

LukasRuppert avatar Aug 10 '22 11:08 LukasRuppert