Fixes #67
Now each frame has his own command buffer and descriptor set
Each frame also have an image view which is set in the descriptor set has the image to write to by the rayTraceKHR function
While doing a refactor of the descriptor set I delete the VulkanDescriptorSet class that I made it wasn't useful anymore.
Fixes #67 Now each frame has his own command buffer and descriptor set Each frame also have an image view which is set in the descriptor set has the image to write to by the rayTraceKHR function While doing a refactor of the descriptor set I delete the VulkanDescriptorSet class that I made it wasn't useful anymore.