|
You are here |
mikemarcin.com | ||
| | | | |
timur.hu
|
|
| | | | | 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... | |
| | | | |
3zanders.co.uk
|
|
| | | | | A basic tutorial on creating a modern OpenGL context and getting a simple triangle drawn to the screen. | |
| | | | |
jamie-wong.com
|
|
| | | | | [AI summary] Jamie Wong's blog post details the process of rendering metaballs using WebGL, explaining the OpenGL programmable pipeline, shaders, and techniques for transferring data from the CPU to the GPU. | |
| | | | |
kylewbanks.com
|
|
| | | OpenGL is pretty much the gold standard for any kind of graphics work, from desktop GUIs to games to mobile applications and even the web, I can almost guarantee you've viewed something rendered by OpenGL today. However, regardless of how popular and useful OpenGL is, it can be quite intimidating to get started comp... | ||