I have a question and could not find documentation so I was hoping to get it answered and documented.
How do I flush memory? Are vkFlushMappedMemoryRanges and vkInvalidateMappedMemoryRanges automatically called on unmap? Do I have to include the VK_MEMORY_PROPERTY_HOST_COHERENT_BIT flag?
I have a question and could not find documentation so I was hoping to get it answered and documented.
How do I flush memory? Are
vkFlushMappedMemoryRangesandvkInvalidateMappedMemoryRangesautomatically called on unmap? Do I have to include theVK_MEMORY_PROPERTY_HOST_COHERENT_BITflag?