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.h34 struct QueueFamilyIndices { struct
35 int graphicsFamily = -1;
36 int presentFamily = -1;
38 bool IsComplete() in IsComplete()