Explore >> Select a destination


You are here

www.jendrikillner.com
| | alain.xyz
3.6 parsecs away

Travel
| | A review of the state of the art in real time renderer architectures.
| | preetishkakkar.wordpress.com
3.4 parsecs away

Travel
| | The idea for this blog is help users get familiar with CUDA terminology as well as learn GPGPU programming. I also intent to show basics of NVidia NSight for debugging CUDA kernels. Let's dive & understand CUDA terminology. Having some familiarity with C++ & Threading (on CPU) should help. Basic GPU constructs A GPU would...
| | timur.hu
2.9 parsecs away

Travel
| | In the previous post I gave a brief introduction on what mesh and task shaders are from the perspective of application developers. Now it's time to dive deeper and talk about how mesh shaders are implemented in a Vulkan driver on AMD HW. Note that everything I discuss here is based on my experience and understanding as I was working on mesh shader support in RADV and is already available as public information in open source driver code. The goal of this blog post is to elaborate on how mesh shaders are i...
| | alain.xyz
20.3 parsecs away

Travel
| An overview of various ray operations, their similarities, differences, and how to implement each type of ray operation in real time rendering.