[][src]Module amethyst_rendy::rendy::hal::buffer

Memory buffers.

Buffer

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

Access

Buffer access flags.

Usage

Buffer usage flags.

Enums

CreationError

Error creating a buffer.

Type Definitions

Offset

An offset inside a buffer, in bytes.

State

Buffer state.