Skip to main content

Crate dear_imgui_ash

Crate dear_imgui_ash 

Source
Expand description

Vulkan (Ash) renderer backend for Dear ImGui.

This crate provides a Vulkan renderer using the ash bindings.

§Reference

This backend is inspired by:

§Target support

Native targets only. On wasm32, this crate provides a stub implementation that always returns RendererError::UnsupportedTarget.

Structs§

AshRenderer
Vulkan renderer for Dear ImGui using ash.
Options
Optional parameters of the renderer.

Enums§

RendererError
Errors that can occur during Vulkan renderer initialization or rendering.
TextureUpdateResult
Result of a texture update operation.

Type Aliases§

RendererResult
Result type for renderer operations.