Class Index | File Index

Classes


Class FramebufferFloat32


Extends Framebuffer.
Framebuffer with rgba format and floating point precision for each component. requires OES_texture_float extension.
Defined in: FramebufferFloat32.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
FramebufferFloat32(width, height)
Method Summary
Method Attributes Method Name and Description
 
creates a colourbuffer with gl.FLOAT precision
Methods borrowed from class Framebuffer:
bind, checkBuffer, drawFullscreenQuad, drawTexture, initBufferStuff, initOtherStuff, setSize, updateScreenQuad
Class Detail
FramebufferFloat32(width, height)
Parameters:
{int} width
{int} height
Method Detail
initColorbuffer()
creates a colourbuffer with gl.FLOAT precision

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jun 09 2013 12:38:11 GMT+0200 (CEST)