dxvk
dxvk copied to clipboard
[d3d9] Only do one allocation for all texture subresources
Warlock - Master of the Arcane writes out of bounds of mip 0. This crashes with the new memory mapped file memory allocator. If we allocate one block of memory (or one DxvkBuffer) for all subresources, it just writes into mip 1 instead of crashing.