Old engine name
This commit is contained in:
@@ -351,7 +351,7 @@ void Device::createVulkanInstance() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
vk::ApplicationInfo app_info = vk::ApplicationInfo(
|
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);
|
VK_MAKE_VERSION(1, 0, 0), VK_API_VERSION_1_3);
|
||||||
|
|
||||||
auto extensions = getRequiredExtensions();
|
auto extensions = getRequiredExtensions();
|
||||||
|
|||||||
Reference in New Issue
Block a user