You are here |
www.reedbeta.com | ||
| | | |
timur.hu
|
|
| | | | Previously, I gave you an introduction to mesh/task shaders and wrote up some details about how mesh shaders are implemented in the driver. But I left out the important details of how task shaders (aka. amplification shaders) work in the driver. In this post, I aim to give you some details about how task shaders work under the hood. Like before, this is based on my experience implementing task shaders in RADV and all details are already public information. | |
| | | |
timur.hu
|
|
| | | | NGG (Next Generation Geometry) is the technology that is responsible for any vertex and geometry processing in AMD RDNA GPUs. I decided to do a write-up about my experience implementing it in RADV, which is the Vulkan driver used by many Linux systems, including the Steam Deck. I will also talk about shader culling on RDNA GPUs. | |
| | | |
anteru.net
|
|
| | | | Anteru's blog is a blog about development, software architecture and 3D graphics. | |
| | | |
knarkowicz.wordpress.com
|
|
| | In 2013 Anomaly 2 mobile version (iOS/Android/Blackberry) by a small indie studio 11 Bit Studios was released. It was an interesting project as we needed to run heavy content from PC version on much weaker mobile platforms. I'd like to write about rendering technology behind it and share my experiences about implementing a lightmap baker.... |