andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
521 stars 52 forks source link

Add device selection and proper surface deletion #38

Closed arpit15 closed 3 years ago

arpit15 commented 3 years ago
  1. Adds proper surface deletion according to this issue. Removes crashes when runnings examples.
  2. Add support to pass device index during framework creation
lhog commented 3 years ago

I don't unfortunately have too much bandwidth these days to test it, but looks good on the paper. Merging and adding TODO to test it on my side as well.

Thanks for your contribution.