[][src]Module nannou::frame

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

Re-exports

pub use self::raw::AddCommands;
pub use self::raw::RawFrame;

Modules

raw

The lower-level "raw" frame type allowing to draw directly to the window's swapchain image.

Structs

Frame

A Frame to which the user can draw graphics before it is presented to the display.

ViewFramebufferObject

A helper type for managing a framebuffer associated with a window's view function.

Enums

FrameCreationError

Errors that might occur during creation of the Frame.

FrameFinishError

Errors that might occur during Frame::finish.

RenderDataCreationError

Errors that might occur during creation of the RenderData for a frame.

Type Definitions

ViewFbo

Shorthand for the ViewFramebufferObject type.