[][src]Module bevy_render::render_graph::base

Modules

camera
node

Structs

BaseRenderGraphConfig
MainPass

A component that indicates that an entity should be drawn in the "main pass"

Msaa

Traits

BaseRenderGraphBuilder

The "base render graph" provides a core set of render graph nodes which can be used to build any graph. By itself this graph doesn't do much, but it allows Render plugins to interop with each other by having a common set of nodes. It can be customized using BaseRenderGraphConfig.