Expand description
§wgpu-based renderer
§Integration with sophus-rs
This crate is part of the sophus umbrella crate. It re-exports the relevant prelude types under prelude, so you can seamlessly interoperate with the rest of the sophus-rs types.
Modules§
- camera
- Render camera
- prelude
- sophus_renderer prelude.
- renderables
- The renderable structs.
- textures
- offscreen texture for rendering
Structs§
- Distortion
Renderer - Scene line renderer
- Final
Render Result - The final render result.
- Line
Vertex2 - 2d line vertex
- Offscreen
Renderer - Offscreen renderer
- Pipeline
Builder - builder
- Pixel
Renderer - Renderer for pixel data
- Point
Vertex2 - 2d point vertex
- Render
Builder - Render builder
- Render
Context - The render context
- Render
Result - The intermediate render result.
- Scene
Focus Marker - focus point to overlay
- Scene
Line Renderer - Scene line renderer
- Scene
Renderer - Scene renderer
- Textured
Mesh Entity - mesh entity
- Textured
Mesh Renderer - Scene textured mesh renderer
- Translation
AndScaling - Translation and scaling
- Vertex
Shader Uniform Buffers - Buffers for rendering a scene
Enums§
- Pipeline
Type - pipeline type
Constants§
- SOPHUS_
RENDER_ MULTISAMPLE_ COUNT - multisample count
Traits§
- HasAspect
Ratio - aspect ratio