mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Remove reference to MoltenVK issue 175 which is fixed now
This commit is contained in:
parent
cc47fcf867
commit
00069968e7
@ -440,8 +440,6 @@ There are some exceptions though, when you should consider mapping memory only f
|
||||
block is migrated by WDDM to system RAM, which degrades performance. It doesn't
|
||||
matter if that particular memory block is actually used by the command buffer
|
||||
being submitted.
|
||||
- On Mac/MoltenVK there is a known bug - [Issue #175](https://github.com/KhronosGroup/MoltenVK/issues/175)
|
||||
which requires unmapping before GPU can see updated texture.
|
||||
- Keeping many large memory blocks mapped may impact performance or stability of some debugging tools.
|
||||
|
||||
\section memory_mapping_cache_control Cache flush and invalidate
|
||||
|
Loading…
Reference in New Issue
Block a user