render

abstract fun render(target: T, command: DrawCommand.Platform)(source)

Draws a previously validated payload at its ordered position under the presenter's active clip.

Parameters

target

borrowed native drawing context, never retained after this call.

command

immutable payload and logical destination bounds.

Throws

when native drawing fails; the outer GUI-consumption finally path still protects resources.