1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

[dxvk] Remove redundant declaration

This commit is contained in:
Philip Rebohle 2018-09-21 19:43:47 +02:00
parent 0f52ec2796
commit 9284081180
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -762,8 +762,6 @@ namespace dxvk {
void commitComputeInitBarriers();
void commitComputePostBarriers();
Rc<DxvkBuffer> getTransferBuffer(VkDeviceSize size);
};