initSidebarItems({"enum":[["InstanceCreationError","Error that can happen when creating an instance."],["LoadingError","Error that can happen when loading the Vulkan loader."],["PhysicalDeviceType","Type of a physical device."]],"fn":[["layers_list","Queries the list of layers that are available when creating an instance."]],"mod":[["debug","Debug callback called by validation layers."]],"struct":[["ApplicationInfo","Information that can be given to the Vulkan driver so that it can identify your application."],["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."],["Instance","An instance of a Vulkan context. This is the main object that should be created by an application before everything else."],["InstanceExtensions","List of extensions that are enabled or available."],["LayerProperties","Properties of an available layer."],["LayersIterator","Iterator that produces the list of layers that are available."],["Limits","Limits of a physical device."],["MemoryHeap","Represents a memory heap in a physical device."],["MemoryHeapsIter","Iterator for all the memory heaps available on a physical device."],["MemoryType","Represents a memory type in a physical device."],["MemoryTypesIter","Iterator for all the memory types available on a physical device."],["PhysicalDevice","Represents one of the available devices on this machine."],["PhysicalDevicesIter","Iterator for all the physical devices available on hardware."],["QueueFamiliesIter","Iterator for all the queue families available on a physical device."],["QueueFamily","Represents a queue family in a physical device."]]});