xCollateral / VulkanMod

Vulkan renderer mod for Minecraft.
GNU Lesser General Public License v3.0
1.59k stars 181 forks source link

Ray tracing support #495

Open temotskipa opened 2 months ago

temotskipa commented 2 months ago

Describe the request

I think ray tracing support would be a good addition to this project, especially since another person has already partially done it (https://github.com/MCRcortex/vulkanite.git). This project could incorporate some code from that and also use native Vulkan extensions instead of OpenGL bindings. Mesh shader support would also be good alongside this to help performance. I have a 4070 Ti to test this feature if it gets implemented.