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

Class enchant.gl.Framebuffer

Class Summary
Constructor Attributes Constructor Name and Description
 
enchant.gl.Framebuffer(width, height)
WebGLのフレームバッファを管理するクラス.

Method Summary

Method Attributes Method Name and Description
 
bind()
フレームバッファをバインドする.
 
オブジェクトを破棄する.
 
フレームバッファをアンバインドする.

Class Detail

enchant.gl.Framebuffer(width, height)
WebGLのフレームバッファを管理するクラス.
Parameters:
{String} width
フレームバッファの横幅
{String} height
フレームバッファの縦幅

Method Detail

  • bind()
    フレームバッファをバインドする.
  • destroy()
    オブジェクトを破棄する.
  • unbind()
    フレームバッファをアンバインドする.