gfx_hal

Module adapter

Source
Expand description

Physical graphics devices.

The PhysicalDevice trait specifies the API a backend must provide for dealing with and querying a physical device, such as a particular GPU.

An adapter is a struct containing a physical device and metadata for a particular GPU, generally created from an instance of that backend.

Structs§

Enums§

Traits§

  • Represents a physical device (such as a GPU) capable of supporting the given backend.