zeroGL
zeroGL copied to clipboard
Doc Fixes
In the example code of the Docs, you need to clear the depth buffer before the triangle will render. The successful depth test is the only part of the zgl_rasterize_triangle code that sets a pixel. There is no option for not having a depth buffer as the example code suggests.