comment out linearized framebuffer testing
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
f33d1f9f98
commit
2a35bfeb6c
@ -329,7 +329,7 @@ public class RenderingEngine {
|
||||
//default framebuffer
|
||||
defaultFramebuffer = new Framebuffer(GL_DEFAULT_FRAMEBUFFER);
|
||||
|
||||
FramebufferUtils.framebufferUtilsTest();
|
||||
// FramebufferUtils.framebufferUtilsTest();
|
||||
|
||||
//generate framebuffers
|
||||
screenTextureColor = FramebufferUtils.generateScreenTextureColorAlpha(openGLState, Globals.WINDOW_WIDTH, Globals.WINDOW_HEIGHT);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user