Skip to content

return barrier when calling Buffer::pushData

Timothy Blut requested to merge PushDataBarrier into master

vkCmdUpdateBuffer needs proper synchronization since it's considered a transfer operation according to the spec (and I needed a barrier to make my code work)

Merge request reports