Searched defs:InstanceInfo (Results 1 – 1 of 1) sorted by relevance
174 struct InstanceInfo { struct175 std::vector<std::string> enabledExtensionNames;176 uint32_t apiVersion = VK_MAKE_VERSION(1, 0, 0);177 VkInstance boxed = nullptr;178 bool isAngle = false;179 std::string applicationName;180 std::string engineName;