DescriptionRemove unneeded pipeline barrier in vulkan
We don't need to syncronize the mapped memory writes to the buffer since
all CPU writes are already syncronized when we submit a command buffer. And we are using coherent memory for buffers so we don't need to call vkFlushMappedMemory
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/f5f97dd7ab0a9d7cf781a8457926f9d48f4b637e
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|