charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
821 stars 82 forks source link

Make double size check more valid #322

Closed DomNomNom closed 1 week ago

DomNomNom commented 1 week ago

It would technically be faster if we just did one of these checks but it seems like there was intent to do some kind of zip(). (referring to python's zip function)

In case someone in the future changes the above if-statement to be a < rather than a != then this will be safer.