-
Notifications
You must be signed in to change notification settings - Fork 3
Fbo.API
Henryk Wollik edited this page Jul 28, 2014
·
1 revision
Framebuffer object for offscreen rendering.
Name | Type | Argument | Description |
---|---|---|---|
width |
Number | The width |
|
|Number} |
height - The height |
||
format |
Fbo.Format |
<optional> |
The format |
-
Binds the fbo.
- Source:
-
Binds the texture rendered to.
Name Type Argument Description unit
Number <optional>
The texture unit
- Source:
-
Deletes the fbo.
- Source:
-
Returns the height of the fbo.
- Source:
- Type
- Number
-
getSize(v) → {Vec2}
-
Returns the size of the fbo.
Name Type Argument Description v
Vec2 <optional>
Out size
- Source:
- Type
- Vec2
-
Returns the width of the fbo.
- Source:
- Type
- Number
-
Unbinds the fbo.
- Source:
-
Unbinds the texture rendered to.
Name Type Argument Description unit
Number <optional>
The texture unit
- Source: