Method
PhocRendererrender_output
Declaration [src]
void
phoc_renderer_render_output (
PhocRenderer* self,
PhocOutput* output,
PhocRenderContext* context
)
Parameters
output-
Type:
PhocOutputThe output to render.
The data is owned by the caller of the method. context-
Type:
PhocRenderContextThe render context provided by the output.
The data is owned by the caller of the method.