Signal

PhocRenderer::render-start

Declaration

void
render_start (
  PhocRenderer* self,
  PhocOutput* output,
  gpointer user_data
)

Description [src]

This signal is emitted at the start of a render pass.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

output

Type: PhocOutput

The output being rendered on.

The data is owned by the caller of the function.