This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"enum":[["DeviceCreationError","Error that can be returned when creating a device."]],"struct":[["Device","Represents a Vulkan context."],["DeviceExtensions","List of extensions that are enabled or available."],["Features","Represents all the features that are available on a physical device or enabled on a logical device."],["Queue","Represents a queue where commands can be submitted."],["QueuesIter","Iterator that returns the queues produced when creating a device."],["RawDeviceExtensions","Set of extensions, not restricted to those vulkano knows about."]],"trait":[["DeviceOwned","Implemented on objects that belong to a Vulkan device."]]});