Module renderer

Module renderer 

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

DirectUniforms
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
WgpuRenderer
High-performance WGPU renderer for interactive plotting

Enums§

PipelineType
Rendering pipeline types