Method

PhocRendererrender_output

Declaration [src]

void
phoc_renderer_render_output (
  PhocRenderer* self,
  PhocOutput* output,
  PhocRenderContext* context
)

Description [src]

Render a given output.

Parameters

output

Type: PhocOutput

The output to render.

The data is owned by the caller of the method.
context

Type: PhocRenderContext

The render context provided by the output.

The data is owned by the caller of the method.