Skip to content

Commit b9637ae

Browse files
fix one more KHR function pointer bug and remove unused class
1 parent a615003 commit b9637ae

File tree

2 files changed

+1
-305
lines changed

2 files changed

+1
-305
lines changed

include/nbl/video/alloc/SubAllocatedDataBuffer.h

Lines changed: 0 additions & 304 deletions
This file was deleted.

src/nbl/video/CVulkanLogicalDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ bool CVulkanLogicalDevice::bindBufferMemory_impl(const uint32_t count, const SBi
261261
{
262262
VkBufferDeviceAddressInfoKHR info = {VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_KHR,nullptr};
263263
info.buffer = vulkanBuffer->getInternalObject();
264-
vulkanBuffer->setDeviceAddress(m_devf.vk.vkGetBufferDeviceAddressKHR(m_vkdev,&info));
264+
vulkanBuffer->setDeviceAddress(m_devf.vk.vkGetBufferDeviceAddress(m_vkdev,&info));
265265
}
266266
}
267267
return true;

0 commit comments

Comments
 (0)