wgpu::api

Module buffer

source

Structs§

  • Handle to a GPU-accessible buffer.
  • Error occurred when trying to async map a buffer.
  • A slice of a Buffer, to be mapped, used for vertex or index data, or the like.
  • A read-only view of a mapped buffer’s bytes.
  • A write-only view of a mapped buffer’s bytes.
  • MapContext 🔒
    The mapped portion of a buffer, if any, and its outstanding views.

Enums§

Functions§

Type Aliases§