Uses of Class
com.threerings.opengl.renderer.Renderbuffer

Packages that use Renderbuffer
com.threerings.opengl.renderer   
 

Uses of Renderbuffer in com.threerings.opengl.renderer
 

Methods in com.threerings.opengl.renderer with parameters of type Renderbuffer
 void Framebuffer.setColorAttachment(Renderbuffer renderbuffer)
          Attaches a render buffer to the color target of this frame buffer.
 void Framebuffer.setDepthAttachment(Renderbuffer renderbuffer)
          Attaches a render buffer to the depth target of this frame buffer.
 void Framebuffer.setStencilAttachment(Renderbuffer renderbuffer)
          Attaches a render buffer to the stencil target of this frame buffer.
 



Copyright © 2011. All Rights Reserved.