Module memonitor_sys::vulkan
source · Expand description
Automatically generated bindings for the Vulkan backend.
Structs§
- Memory information of a device at one point in time.
- Properties of a device.
- A reference to a physical device retrieved from a
vk_Devicesobject. - A list of physical devices.
Enums§
- The hardware type of a device.
Functions§
- Destroys a
vk_Devicesobject and frees its used memory - Query local memory information of the provided device at this point in time.
- Get the properties of the provided device.
- Acquire a reference to a device from within a
vk_Devicesobject. - init⚠Initializes the global context.
- Creates a list containing all physical devices found within the Vulkan context.
- term⚠Destroys the global context and frees all allocations.