Home
last modified time | relevance | path

Searched defs:queueFamilyIndices (Results 1 – 1 of 1) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
Dvulkan_example.cpp274 uint32_t queueFamilyIndices[] = {static_cast<uint32_t>(indices.graphicsFamily), in CreateSwapChain() local
580 QueueFamilyIndices queueFamilyIndices = FindQueueFamilies(physicalDevice); in CreateCommandPool() local