docs.rs failed to build dear-imgui-wgpu-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dear-imgui-wgpu-0.10.3
WGPU backend for Dear ImGui
This crate provides a WGPU-based renderer for Dear ImGui, allowing you to render Dear ImGui interfaces using the WGPU graphics API.
Features
- Modern texture management: Full integration with Dear ImGui's ImTextureData system
- Gamma correction: Automatic sRGB format detection and gamma correction
- Multi-frame buffering: Support for multiple frames in flight
- Device object management: Proper handling of device loss and recovery
- Multi-viewport support: Support for multiple windows (feature-gated)
Example
use Context;
use ;
use *;
// Initialize WGPU device and queue
# async