andy-thomason / Vookoo

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

Use first queue with present support #8

Closed michaelcowan closed 6 years ago

michaelcowan commented 6 years ago

I think its correct to use the first surface that supports the present queue. Also took the opportunity to remove a couple of unused variables.

In fact, on my machine (GTX 1080) any other index fails when drawing.

andy-thomason commented 6 years ago

Thanks for the request. Apologies for github unfamiliarity...