Attempt to fix building

Why do we always have so much build errors!?!
This commit is contained in:
JPikachu 2025-04-08 03:08:22 +01:00
parent 497279b6cf
commit f5d9059470

View file

@ -41,7 +41,7 @@ public:
throw std::runtime_error("Failed to allocate Vulkan buffer memory");
}
if (vkBindBufferMemory(device_, buffer_, buffer_memory_, 0) != VK_SUCCESS) {
if Vulkan::vk:DeviceDispatch::vkBindBufferMemory(device_, buffer_, buffer_memory_, 0) != VK_SUCCESS) {
throw std::runtime_error("Failed to bind Vulkan buffer memory");
}
}