Module vulkano::buffer::sys

source ·
Expand description

Low level implementation of buffers.

This module contains low-level wrappers around the Vulkan buffer types. All other buffer types of this library, and all custom buffer types that you create must wrap around the types in this module.

Structs