Module vulkano::device [] [src]

Communication channel with a physical device.

The Device is one of the most important objects of Vulkan. Creating a Device is required before you can create buffers, textures, shaders, etc.

Structs

Device

Represents a Vulkan context.

DeviceExtensions

List of extensions that are enabled or available.

Queue

Represents a queue where commands can be submitted.

Enums

DeviceCreationError

Error that can be returned when creating a device.