gfx_hal

Module buffer

Source
Expand description

Memory buffers.

Buffers interpret memory slices as linear contiguous data array.

They can be used as shader resources, vertex buffers, index buffers or for specifying the action commands for indirect execution.

Structs§

Enums§

Type Aliases§

  • An offset inside a buffer, in bytes.
  • Buffer state.
  • An stride between elements inside a buffer, in bytes.