remove verify

This commit is contained in:
mcrcortex
2025-04-07 20:42:11 +10:00
parent 63983f6c26
commit a7cf766c27

View File

@@ -76,7 +76,7 @@ public class HiZBuffer {
glBindVertexArray(RenderService.STATIC_VAO);
int boundFB = GL11.glGetInteger(GL_DRAW_FRAMEBUFFER_BINDING);
this.hiz.bind();
this.fb.bind(GL_DEPTH_ATTACHMENT, this.texture, 0).verify();
this.fb.bind(GL_DEPTH_ATTACHMENT, this.texture, 0);//.verify();
glBindFramebuffer(GL_FRAMEBUFFER, this.fb.id);
glDepthFunc(GL_ALWAYS);