Getting VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR working on Windows
I found a post asking about the same question:
ImageView and device cannot be destroyed
We are trying to create a Vulkan application using win32 windows. Now we wanna destroy the ImageView and the device but it doesn´t work right and doesn´t detroy the stuff.
Win32 Window process only gets executed a certain amount of times
We are trying to use vulkan in a win32 window. The problem is, the window process gets called only a certain amout of times and then close imediatly. I hope anyone can help us.