Old engine name

This commit is contained in:
2026-08-23 21:19:14 -07:00
parent ce075403d5
commit d09f01402d
+1 -1
View File
@@ -351,7 +351,7 @@ void Device::createVulkanInstance() {
}
vk::ApplicationInfo app_info = vk::ApplicationInfo(
"Hephaestus", VK_MAKE_VERSION(1, 0, 0), "Hephaestus Vulkan Engine",
"Sophia", VK_MAKE_VERSION(1, 0, 0), "Sophia Vulkan Engine",
VK_MAKE_VERSION(1, 0, 0), VK_API_VERSION_1_3);
auto extensions = getRequiredExtensions();