Crate egui_winit_vulkano
source ·Re-exports
pub use egui;
Structs
- A set of objects used to perform custom rendering in a
PaintCallback
. It includesRenderResources
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 withvulkano
. - 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
.