You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/vulkano/instance/sidebar-items.js

1 line
1.7 KiB

5 years ago
initSidebarItems({"enum":[["InstanceCreationError","Error that can happen when creating an instance."],["LayersListError","Error that can happen when loading the list of layers."],["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 intermediate layers or by the driver."],["loader","Vulkan implementation loading system."]],"struct":[["ApplicationInfo","Information that can be given to the Vulkan driver so that it can identify your application."],["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 a 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."],["RawInstanceExtensions","Set of extensions, not restricted to those vulkano knows about."],["Version","Represents an API version of Vulkan."]]});