Module render

Module render 

Source
Expand description

Rendering Egui with bevy_render.

Modules§

graph
Defines Egui node graph.
systems
Plugin systems for the render app.

Structs§

EguiBevyPaintCallback
Callback to execute custom ‘wgpu’ rendering inside EguiPassNode render graph node.
EguiCameraView
A render-world component that lives on the main render target view and specifies the corresponding Egui view.
EguiPassNode
Egui pass node.
EguiPipeline
Egui render pipeline.
EguiPipelineKey
Key for specialized pipeline.
EguiRenderSettings
Egui render settings.
EguiViewTarget
A render-world component that lives on the Egui view and specifies the corresponding main render target view.
RunEguiSubgraphOnEguiViewNode
A Node that executes the Egui rendering subgraph on the Egui view.

Constants§

EGUI_SHADER_HANDLE
Egui shader.

Traits§

EguiBevyPaintCallbackImpl
Callback that executes custom rendering logic

Functions§

extract_egui_camera_view_system
Extracts all Egui contexts associated with a camera into the render world.
get_egui_graph
Adds and returns an Egui subgraph.