update parallel rdp

This commit is contained in:
Logan McNaughton
2022-08-02 11:54:03 -06:00
parent d3a26d3959
commit 14e7485541
24 changed files with 1295 additions and 391 deletions
@@ -34,6 +34,11 @@ Buffer::Buffer(Device *device_, VkBuffer buffer_, const DeviceAllocation &alloc_
{
}
ExternalHandle Buffer::export_handle()
{
return alloc.export_handle(*device);
}
Buffer::~Buffer()
{
if (internal_sync)