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.
- picking_layer ๐GPU driven picking.
- screenshot ๐Easy screenshot taking.
Enumsยง
- Determines a (very rough) order of rendering and describes the active [
wgpu::RenderPass
].