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:
parent
72f954088b
commit
8e9d0878e6
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user