Kaba class WindowRenderer ed
...
Syntax ed
class WindowRenderer extends Renderer
# constructors
func mut __init__(ctx: Context&, window: void*)
# functions
func create_params(aspect_ration: f32) -> RenderParams
func end_frame(params: RenderParams)
func start_frame() -> bool
Functions ed
- func create_params(aspect_ration: f32) -> RenderParams
- ...
- func end_frame(params: RenderParams)
- ...
- func start_frame() -> bool
- ...