Module gfx_hal::memory

source ·
Expand description

Types to describe the properties of memory allocated for gfx resources.

Structs

Barrier dependency flags.
Memory property flags.
Memory requirements for a certain resource (buffer/image).

Enums

A memory barrier type for either buffers or images.

Traits

A trait for plain-old-data types.

Functions

Cast a slice from one POD type to another.