mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
drivers/vulkan: set the engineVersion to Godot's version
This commit is contained in:
parent
54d89f2274
commit
961bf6e30f
@ -636,7 +636,7 @@ Error VulkanContext::_create_physical_device() {
|
||||
/*pApplicationName*/ cs.get_data(),
|
||||
/*applicationVersion*/ 0,
|
||||
/*pEngineName*/ namecs.get_data(),
|
||||
/*engineVersion*/ 0,
|
||||
/*engineVersion*/ VK_MAKE_VERSION(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH),
|
||||
/*apiVersion*/ VK_MAKE_VERSION(vulkan_major, vulkan_minor, 0)
|
||||
};
|
||||
VkInstanceCreateInfo inst_info{};
|
||||
|
Loading…
x
Reference in New Issue
Block a user