Re-exports

pub use egui;

Structs

A set of objects used to perform custom rendering in a PaintCallback. It includes RenderResources for constructing a subpass pipeline and a secondary command buffer for pushing render commands onto it.
A callback function that can be used to compose an [epaint::PaintCallback] for custom rendering with vulkano.
A set of resources used to construct the render pipeline. These can be reused to create additional pipelines and buffers to be rendered in a PaintCallback.

Functions