Crate rafx_renderer
source ·Structs§
- The
RenderFrameJob
is responsible for theprepare
andwrite
steps of theRenderer
pipeline. This is created byRenderer::try_create_render_job
with the results of theextract
step.
Enums§
Traits§
- A
RenderFeaturePlugin
defines aRenderFeature
for theRenderer
. TheRenderFeaturePlugin
completely encapsulates the logic needed by theRenderer
,RenderFrameJob
, andRendererThreadPool
. - An application may implement
RendererThreadPool
to control the degree and method of parallelization used for each entry point defined byRendererThreadPool
.