Skip to main content

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
GridUniforms
Uniforms for the procedural 3D grid plane.
PointStyleUniforms
Style uniforms for direct point rendering (scatter markers)
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

Functions§

marker_shape_code