Method

PhocRendererrender_output

Declaration [src]

void
phoc_renderer_render_output (
  PhocRenderer* self,
  PhocOutput* output
)

Description [src]

Render a given output.

Parameters

output

Type: PhocOutput

The output to render.

The data is owned by the caller of the function.