hcabel / OpenVoxel

OpenVoxel is a Open source voxel game engine/editor
GNU General Public License v3.0
15 stars 2 forks source link

hcabel/render raytracing directly on the end frame #68

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

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.