Module nannou::frame

source ·
Expand description

Items related to the Frame type, describing a single frame of graphics for a single window.

Re-exports

Modules

  • The lower-level “raw” frame type allowing to draw directly to the window’s swap chain image.

Structs

  • A Frame to which the user can draw graphics before it is presented to the display.
  • Data specific to the intermediary textures.