Package sprites.base.ogl

Examples of sprites.base.ogl.Framebuffer


    this.gl.glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
   
    this.gl.glBindTexture(GL_TEXTURE_2D, 0);
    this.gl.glBindFramebuffer(GL_FRAMEBUFFER, 0);
   
    return new Framebuffer(fb, texture);
  }
View Full Code Here

TOP

Related Classes of sprites.base.ogl.Framebuffer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.