Crate rafx::renderer

source ·

Structs§

Enums§

Traits§

  • A RenderFeaturePlugin defines a RenderFeature for the Renderer. The RenderFeaturePlugin completely encapsulates the logic needed by the Renderer, RenderFrameJob, and RendererThreadPool.
  • An application may implement RendererThreadPool to control the degree and method of parallelization used for each entry point defined by RendererThreadPool.