Skip to main content

Crate vk_graph_window

Crate vk_graph_window 

Source
Expand description

winit window, event loop, and swapchain helpers for vk-graph.

Re-exports§

pub use winit;

Modules§

graphchain
Window graphchain creation, acquisition, and presentation helpers.

Structs§

FrameContext
A request to render a single frame to the provided graph.
Window
A convenience wrapper that owns a winit event loop and a compatible vk-graph device.
WindowBuilder
Builder for configuring and constructing a Window.

Enums§

FullscreenMode
Describes a screen mode for display.
WindowError
Errors produced while creating or running a Window.

Type Aliases§

SurfaceFormatFn
A closure type for picking surface formats.