Crate vulkano_framing [] [src]

Use Vulkan buffers as video frames / images!

Structs

BadLength

A struct representing a buffer length mismatch.

Buffer

Wraps a buffer, providing functions that allow the user to interpret it as a frame instead of as a bunch of pixels.

Reader

A read-only frame.

Writer

A mutable frame.

Functions

upload

Upload a frame to the GPU as a texture.

upload_array

Upload a bunch of frames to the GPU as a texture array.