Re-exports§
pub use egui;
Structs§
- Callback
Context - A set of objects used to perform custom rendering in a
PaintCallback. - Callback
Fn - A callback function that can be used to compose an [
epaint::PaintCallback] for custom rendering withvulkano. - Gui
- GuiConfig
- Render
Resources - 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.