Function
CoglFenceCallback
since: 14
Description [src]
The callback prototype used with
cogl_framebuffer_add_fence_callback()
for notification of GPU
command completion.
Available since: 14
Parameters
fence
-
Type:
CoglFence
Unused. In the future this parameter may be used to pass extra information about the fence completion but for now it should be ignored.
The data is owned by the caller of the function. user_data
-
Type:
void*
The private data passed to
cogl_framebuffer_add_fence_callback()
The argument can be NULL
.The data is owned by the caller of the function.