GPUOpen-Archive / Anvil

Anvil is a cross-platform framework for Vulkan
MIT License
594 stars 62 forks source link

Barrier code fix #135

Closed kbiElude closed 5 years ago

kbiElude commented 5 years ago

This PR fixes an issue where buffer/image memory barrier structs could have gone out-of-sync if app modified any of the struct fields and later called VK struct getter function exposed by Anvil structs.

DominikWitczakAMD commented 5 years ago

These changes have been integrated into our private Anvil repo and will be included in an update coming later this week.