Constructor
ClutterBlitNodenew
Declaration [src]
ClutterPaintNode*
clutter_blit_node_new (
CoglFramebuffer* src
)
Description [src]
Creates a new ClutterBlitNode
that blits src
into the current
draw framebuffer.
You must only add rectangles using clutter_blit_node_add_blit_rectangle().
Parameters
src |
CoglFramebuffer |
The source |
|
The data is owned by the caller of the function. |
Return value
Returns: | ClutterPaintNode |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |