Hi. I am studying Vulkan tutorials and go to the vertex buffer creation.
I an using my own C# bindings for Vulkan and everything was working fine until I created Vertex buffer.
After that - no triangle stopped rendering and there are no messages from validation layer at all.
So, I have no errors, but no rendering too. And my question is how to debug Vulkan app in such cases? Is there some technique?
EDIT: or maybe I need to enable some specific validation layer?
Please, help