/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jendrikillner.com
| | benjamin.computer
4.8 parsecs away

Travel
| | Benjamin Blundell, benjamin.computer. I make things with computers
| | timur.hu
2.4 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...
| | mikemarcin.com
3.0 parsecs away

Travel
| | our choice of DirectX 12 in our previous entry. In order to more fully understand how we're going to proceed to add graphics support to our engine we need to understand a bit of the history and evolution of graphics APIs. A Brief History of Graphics APIs Graphics APIs evolved through the decades. They start in the early 1990s with Iris GL followed by OpenGL. These are fixed-function immediate mode APIs.
| | aerotwist.com
5.5 parsecs away

Travel
| [AI summary] This article introduces shaders in the context of WebGL and Three.js, explaining their role in rendering 3D graphics and providing basic examples of vertex and fragment shaders.