Module ul_next::renderer

source ·
Expand description

The Renderer manages all Views and coordinates painting, network requests, and event dispatch

Renderer should be used when you want to access GPU internals and textures to integerate with your own rendering pipeline.

Before creating a renderer Renderer::create you must supply a custom GpuDriver in platform::set_gpu_driver.

Structs§

  • The Renderer manages all Views and coordinates painting, network requests, and event dispatch
  • A Session stores local data such as cookies, local storage, and application cache for one or more Views. (See Renderer::create_session)