Skip to main content

Crate rustial_renderer_wgpu

Crate rustial_renderer_wgpu 

Source
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§

RenderParams
All inputs needed for a full render frame.
VisualizationPerfStats
Per-frame visualization cache activity recorded during the last render.
WgpuMapRenderer
The WGPU-based map renderer.