Peter Mathia
Results
3
comments of
Peter Mathia
I have the same problem
any updates? I found out that Vulkan examples by Sascha Willems work fine, but only when API version set to 1.0 My app however doesn't work event with 1.0 API
Found a solution! - I had some sync issues in my app, discovered by Khronos sync validation layer. One issue was in texture staging barrier, another in render pass, missing...