gssgh
Results
1
comments of
gssgh
trafficstars
If you look at the vulkan-hpp header file, for every `destroy*()` function (e.g, `destroyImage()`) there is a function named `destroy()` that takes as argument the object to destroy (e.g, `destroy(vk::Image)`),...