1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-29 17:52:18 +01:00

[dxvk] Remove RenderDoc workaround

RenderDoc 1.0 cannot be used with DXVK anymore,
which makes the workaround obsolete.
This commit is contained in:
Philip Rebohle 2018-03-13 11:43:23 +01:00
parent 72f954088b
commit 8e9d0878e6
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -34,9 +34,6 @@ namespace dxvk {
m_vkd->vkGetImageMemoryRequirements(
m_vkd->device(), m_image, &memReq);
// FIXME this only exists to make renderdoc happy
memReq.size += 65536;
m_memory = memAlloc.alloc(memReq, memFlags);
if (m_vkd->vkBindImageMemory(m_vkd->device(),