[][src]Module vulkano::buffer::sys

Low level implementation of buffers.

Wraps directly around Vulkan buffers, with the exceptions of a few safety checks.

The UnsafeBuffer type is the lowest-level buffer object provided by this library. It is used internally by the higher-level buffer types. You are strongly encouraged to have excellent knowledge of the Vulkan specs if you want to use an UnsafeBuffer.

Here is what you must take care of when you use an UnsafeBuffer:

Structs

SparseLevel
UnsafeBuffer

Data storage in a GPU-accessible location.

Enums

BufferCreationError

Error that can happen when creating a buffer.