1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[dxvk] Fix buffer view derp systems not supporting maintenance5

This commit is contained in:
Philip Rebohle 2024-09-20 01:25:06 +02:00
parent 80e950ac32
commit dd8af9da78

View File

@ -279,7 +279,7 @@ namespace dxvk {
viewInfo.offset = slice.offset;
viewInfo.range = slice.length;
if (!m_usage)
if (m_usage)
viewInfo.pNext = &viewFlags;
VkBufferView result = VK_NULL_HANDLE;