Skip to content

Remove unnecessary code

JiDe Zhang requested to merge jide/wlroots:clean into master

Not needs set GL_DEPTH_TEST, Because when rendering to a framebuffer that has no depth buffer, depth testing always behaves as though the test is disabled, The initial value for each capability with the exception of GL_DITHER is GL_FALSE.

Merge request reports