mirror of
https://github.com/simple64/simple64.git
synced 2026-09-06 20:34:32 +02:00
update parallel rdp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user