Class enchant.gl.Framebuffer
- Defined in: gl.enchant.js
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.gl.Framebuffer(width, height)
WebGLのフレームバッファを管理するクラス.
|
Method Summary
Method Attributes | Method Name and Description |
---|---|
bind()
フレームバッファをバインドする.
|
|
destroy()
オブジェクトを破棄する.
|
|
unbind()
フレームバッファをアンバインドする.
|
Class Detail
enchant.gl.Framebuffer(width, height)
WebGLのフレームバッファを管理するクラス.
- Parameters:
- {String} width
- フレームバッファの横幅
- {String} height
- フレームバッファの縦幅
Method Detail
-
bind()フレームバッファをバインドする.
-
destroy()オブジェクトを破棄する.
-
unbind()フレームバッファをアンバインドする.