Module gfx::memory

source ·
Expand description

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

Structs

  • Flags providing information about the type of memory access to a resource.
  • Flags providing information about the usage of a resource.

Enums

  • How this memory will be used regarding GPU-CPU data flow.

Traits

  • A trait for plain-old-data types.

Functions

  • Cast a slice from one POD type to another.