Trees | Indices | Help |
---|
|
object --+ | utils.objects.GLObject --+ | utils.objects.ManagedObject --+ | object --+ | | | utils.objects.GLObject --+ | | | object --+ | | | | | utils.objects.StateMixin --+ | | | utils.objects.BindableObject --+ | Framebuffer
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
_generate_id = _libraries ['libGL.so.1'].glGenFramebuffers Constructor function. |
|||
_delete_id = _libraries ['libGL.so.1'].glDeleteBuffers Destructor function. |
|||
_db =
The name of the corresponding object database in the Context. |
|||
_binding =
Name of the corresponding property in the Context. |
|||
_target = GL_DRAW_FRAMEBUFFER(36009)
|
|||
framebuffer_status = Enum(INCOMPLETE_MULTISAMPLE, INCOMPLETE_L
|
|||
_initialized = False
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
depth | |||
stencil | |||
Framebuffer.framebuffer_status enum |
status The framebuffer completeness status. |
||
shape | |||
Inherited from Inherited from |
|
Create a new framebuffer.
|
Function to call before binding. ShaderPrograms, for example, bind textures here.
To Do:
Setup |
Function to call after releasing. ShaderPrograms, for example, release textures here.
To Do:
Restore |
Attach a texture to an attachment.
|
Attach a texture to color attachment
If |
Attach a texture to the depth attachment.
If |
Attach a texture to the stencil attachment.
If |
Clear the framebuffer.
To Do:
Use |
|
framebuffer_status
|
|
depth
|
stencil
|
statusThe framebuffer completeness status.
|
shape
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 16 17:56:04 2012 | http://epydoc.sourceforge.net |