Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2016-0-4 21:22

Class enchant.gl.Framebuffer

Class Summary
Constructor Attributes Constructor Name and Description
 
enchant.gl.Framebuffer(width, height)
Class for controlling WebGL frame buffers

Method Summary

Method Attributes Method Name and Description
 
bind()
Bind frame buffer.
 
Destroy object.
 
Unbind frame buffer.

Class Detail

enchant.gl.Framebuffer(width, height)
Class for controlling WebGL frame buffers
Parameters:
{String} width
Frame buffer width
{String} height
Frame buffer height

Method Detail

  • bind()
    Bind frame buffer.
  • destroy()
    Destroy object.
  • unbind()
    Unbind frame buffer.