Module vulkano::buffer::subbuffer

source ·
Expand description

A subpart of a buffer.

Structs

  • Describes the layout required for a type so that it can be read from/written to a buffer. This is used to allocate (sub)buffers generically.
  • RAII structure used to release the CPU access of a subbuffer when dropped.
  • RAII structure used to release the CPU write access of a subbuffer when dropped.
  • A subpart of a buffer.

Traits

Derive Macros