Searched refs:mandatoryExtensions (Results 1 – 2 of 2) sorted by relevance
160 vector<const char*> mandatoryExtensions; in getMandatoryDeviceExtensions() local161 mandatoryExtensions.push_back("VK_KHR_swapchain"); in getMandatoryDeviceExtensions()162 return mandatoryExtensions; in getMandatoryDeviceExtensions()188 const auto mandatoryExtensions = getMandatoryDeviceExtensions(); in createDeviceWithWsi() local190 for (const auto& ext : mandatoryExtensions) in createDeviceWithWsi()
6821 static const string mandatoryExtensions[] = in testMandatoryExtensions() local6826 for (const auto &ext : mandatoryExtensions) in testMandatoryExtensions()6835 static const string mandatoryExtensions[] = in testMandatoryExtensions() local6840 for (const auto &ext : mandatoryExtensions) in testMandatoryExtensions()