Attempt to fix building
Why do we always have so much build errors!?!
This commit is contained in:
parent
497279b6cf
commit
f5d9059470
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue