Crate egui_ash

Source

Re-exports§

pub use egui_winit::winit;
pub use raw_window_handle;

Modules§

event

Structs§

AshRenderState
vulkan objects required for drawing ash. You should return this struct from AppCreator::create().
CreationContext
passed to AppCreator::create() for creating egui-ash app.
EguiCommand
command recorder to record egui draw commands.
ExitSignal
exit signal sender for exit app.
ImageRegistry
RunOption
egui-ash run option.
SwapchainUpdateInfo
struct to pass to EguiCommand::update_swapchain method.

Enums§

HandleRedraw
return type of App::request_redraw.
Theme
egui theme type.

Traits§

Allocation
Represents a memory allocation.
AllocationCreateInfo
allocation create info for Allocator::allocate.
Allocator
trait for GPU memory allocator.
App
main egui-ash app trait.
AppCreator
egui-ash app creator trait.
MemoryLocation
Represents a memory location for AllocationCreateInfo.

Functions§

run
egui-ash run function.

Type Aliases§

RedrawHandler
redraw handler type.