Fix Vulkan triangle test segfault on resize

The command buffer handle was not reset after being freed on window
resize, leading to a segfault when the stale handle was used.
This commit is contained in:
Camilla Löwy
2019-07-25 19:09:42 +02:00
parent 6abad2efd2
commit 65748fb8f3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -199,6 +199,7 @@ skills.
- Mário Freitas
- GeO4d
- Marcus Geelnard
- Charles Giessen
- Stephen Gowen
- Kovid Goyal
- Eloi Marín Gratacós