Merge pull request #172 from IAmNotHanni/remove_moltenvk_issue_175_reference

Remove reference to MoltenVK issue 175 which is fixed now
This commit is contained in:
Adam Sawicki 2021-05-28 10:45:34 +02:00 committed by GitHub
commit b302c0d708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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