#include "vulkan_device.h"#include <limits>#include <map>#include <vector>#include "flutter/vulkan/procs/vulkan_proc_table.h"#include "vulkan_surface.h"#include "vulkan_utilities.h"Go to the source code of this file.
Namespaces | |
| namespace | vulkan |
Functions | |
| static uint32_t | vulkan::FindGraphicsQueueIndex (const std::vector< VkQueueFamilyProperties > &properties) |
Variables | |
| constexpr auto | vulkan::kVulkanInvalidGraphicsQueueIndex |