Module re_renderer::draw_phases
source · Re-exports§
pub use outlines::OutlineConfig;
pub use outlines::OutlineMaskPreference;
pub use outlines::OutlineMaskProcessor;
pub use picking_layer::PickingLayerError;
pub use picking_layer::PickingLayerId;
pub use picking_layer::PickingLayerInstanceId;
pub use picking_layer::PickingLayerObjectId;
pub use picking_layer::PickingLayerProcessor;
pub use screenshot::ScreenshotProcessor;
Modules§
- outlines 🔒Outlines as postprocessing effect.
- GPU driven picking.
- Easy screenshot taking.
Enums§
- Determines a (very rough) order of rendering and describes the active [
wgpu::RenderPass
].