Searched defs:QueueFamilyIndices (Results 1 – 1 of 1) sorted by relevance
34 struct QueueFamilyIndices { struct35 int graphicsFamily = -1;36 int presentFamily = -1;38 bool IsComplete() in IsComplete()