Module rerun::external::re_renderer::renderer
source · Modules§
Structs§
- Describes a texture and how to map it to a color.
- Debug overlay for quick & dirty display of texture contents.
- Data that is valid for a batch of line strips.
- A line drawing operation. Encompasses several lines, each consisting of a list of positions. Expected to be recreated every frame.
- Property flags for a line strip
- Property flags for a point batch
- Data that is valid for a batch of point cloud points.
- A point cloud drawing operation. Expected to be recreated every frame.
Enums§
- How to map the normalized
.r
component to a color. - The type of generic skybox to render.
- Describes how the color information is encoded in the texture.
- Texture filter setting for magnification (a texel covers several pixels).
- Texture filter setting for minification (several texels fall to one pixel).
Traits§
- GPU sided data used by a
Renderer
to draw things to the screen. - A Renderer encapsulate the knowledge of how to render a certain kind of primitives.
Functions§
- Gets or creates a vertex shader module for drawing a screen filling triangle.