|
You are here |
c0de517e.blogspot.com | ||
| | | | |
www.reedbeta.com
|
|
| | | | | Pixels and polygons and shaders, oh my! | |
| | | | |
machinethink.net
|
|
| | | | | Learn how OpenGL and Metal work by writing your own 3D renderer from scratch | |
| | | | |
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... | |
| | | | |
mynameismjp.wordpress.com
|
|
| | | First things first: what am I talking about? I'm talking about something that finds great use for deferred rendering: reconstructing the 3D position of a previously-rendered pixel (either in view-space or world-space) from a single depth value | ||