Explore >> Select a destination


You are here

rys.sommefeldt.com
| | nelari.us
2.0 parsecs away

Travel
| | Books, articles, and blog posts tout the wavefront renderer architecture as a way to improve ray tracing performance on GPUs. How well does it perform in practice on M1, M2, and M3 chips? Should you write a wavefront renderer for your hobby project?
| | blog.johnnovak.net
1.5 parsecs away

Travel
| | Personal blog of John Novak
| | www.khronos.org
1.6 parsecs away

Travel
| | On April 27, 2023 the VulkanĀ® Ray Tracing TSG released the VK_KHR_ray_tracing_position_fetch extension, which exposes the ability to fetch vertex positions from an acceleration structure hit when tracing rays. The SPIR-V SPV_KHR_ray_tracing_position_fetch and GLSL GL_EXT_ray_tracing_position_fetch extensions have also been released to provide SPIR-V and GLSL support for this functionality.
| | leifnode.com
17.6 parsecs away

Travel
| I've been looking at a lot of resources on current rendering algorithms to get nice looking real-time graphics and thought that it's time that I actually go and