remove system log
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
45cf7c17a7
commit
bb18da86b6
@ -212,7 +212,6 @@ public class Framebuffer {
|
||||
}
|
||||
openGLState.glBindFramebuffer(GL40.GL_FRAMEBUFFER, this.framebufferPointer);
|
||||
GL40.glFramebufferTexture2D(GL40.GL_FRAMEBUFFER, GL40.GL_COLOR_ATTACHMENT0 + attachmentNum, GL40.GL_TEXTURE_2D, texture.getTexturePointer(), 0);
|
||||
System.out.println(this.framebufferPointer + " " + texture.getTexturePointer());
|
||||
Globals.renderingEngine.checkError();
|
||||
openGLState.glBindFramebuffer(GL40.GL_FRAMEBUFFER, 0);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user