Module draw2d::graphics::vulkan::instance[][src]

Expand description

Functions for creating an instance with extensions.

The Instance struct holds the ash entry and ash instance along with the debug callback. This is convenient because the application needs to hold references to all of this data, but it’s unwieldy to have separate handles to each constantly floating around.

Structs

Hold all of the instance-related objects and drop them in the correct order.