remove verify
This commit is contained in:
@@ -76,7 +76,7 @@ public class HiZBuffer {
|
|||||||
glBindVertexArray(RenderService.STATIC_VAO);
|
glBindVertexArray(RenderService.STATIC_VAO);
|
||||||
int boundFB = GL11.glGetInteger(GL_DRAW_FRAMEBUFFER_BINDING);
|
int boundFB = GL11.glGetInteger(GL_DRAW_FRAMEBUFFER_BINDING);
|
||||||
this.hiz.bind();
|
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);
|
glBindFramebuffer(GL_FRAMEBUFFER, this.fb.id);
|
||||||
|
|
||||||
glDepthFunc(GL_ALWAYS);
|
glDepthFunc(GL_ALWAYS);
|
||||||
|
|||||||
Reference in New Issue
Block a user