Crate forte_engine

source ·

Modules§

Macros§

  • This macro creates a App objects using a given set of components and some render pass descriptions.
  • Used to create and initialize a pipeline shader.
  • Just a quick macro that calls render_utils::finalize_render. This macro was created to match the start_render macro and pass macro.
  • A macro that creates all the render pass boilerplate with color and depth attachments.
  • A macro that starts a render and returns a render resources instance.

Traits§

  • A trait implemented by any struct using a render engine. The run_app function will automatically call all functions when appropriate.

Functions§

  • The run_app function effectively creates an runs the app given as a generic argument.