Module device

Module device 

Source

Structs§

Device
Represents a physical GPU device.
GPUCharacteristics
Contains various characteristics of a GPU. Vendor-specific properties are stored as Options. Also includes some general device limits.

Enums§

DeviceType
Represents the type of device.

Functions§

cstring_to_string
Converts a CStr to a Rust String.
decode_version_number
Decodes a Vulkan version number into a string of the form “variant.major.minor.patch”.