Kaba class XhuiRenderer ed

...

Syntax ed

class XhuiRenderer extends RenderTask
    var active: bool

    # constructors
    func mut __init__(ctx: Context&)

    # functions
    func before_draw(p: void*)
    func draw(p: void*)
    func extract_params(p: void*) -> RenderParams

Functions ed

func before_draw(p: void*)
...

func draw(p: void*)
...

func extract_params(p: void*) -> RenderParams
...

Elements ed

var active: bool
...