Expand description
WGPU-based rendering backend for high-performance plotting
This module provides GPU-accelerated rendering using WGPU, supporting both desktop and web targets for maximum compatibility.
Modules§
- vertex_
utils - Utility functions for creating common vertex patterns
Structs§
- Direct
Uniforms - Optimized uniform buffer for direct coordinate transformation rendering Enables precise viewport-constrained data visualization
- Uniforms
- Uniform buffer for camera and transformation matrices
- Vertex
- Vertex data for rendering points, lines, and triangles
- Wgpu
Renderer - High-performance WGPU renderer for interactive plotting
Enums§
- Pipeline
Type - Rendering pipeline types