Module draw2d::graphics::vulkan::device [−][src]
Expand description
This module provides functions for picking a physical device and creating the logical device.
Structs
This struct holds all device-specific resources, the physical device and logical device for interacting with it, and the associated queues.
A wrapper of the raw vulkan queue handle which prevents different threads from accessing the queue concurrently using a mutex.
This struct holds all of the queue indices required by this application.