Expand description
§rustial-renderer-wgpu
Pure WGPU renderer for the rustial 2.5D map engine.
This crate owns all GPU resources (pipelines, buffers, textures, shaders).
The host application provides a wgpu::Device and wgpu::Queue.
Re-exports§
pub use gpu::terrain_buffers::TerrainInteractionBuffers;pub use gpu::tile_atlas::AtlasDiagnostics;
Modules§
- gpu
- GPU resource types.
- painter
- Minimal painter / pass-plan model for the WGPU renderer.
- pipeline
- Render pipelines.
Structs§
- Render
Params - All inputs needed for a full render frame.
- Visualization
Perf Stats - Per-frame visualization cache activity recorded during the last render.
- Wgpu
MapRenderer - The WGPU-based map renderer.