[][src]Module nannou::frame::raw

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

Structs

AddCommands

A builder type that allows chaining together commands for the command buffer that will be used to draw to the swapchain image framebuffer associated with this RawFrame.

RawFrame

Allows the user to draw a single RawFrame to the surface of a window.