|
You are here |
leifnode.com | ||
| | | | |
therealmjp.github.io
|
|
| | | | | While the idea of deferred shading/deferred rendering isn't quite as hot as it wasyear or two ago (OMG, Killzone 2 uses deferred rendering!), it's still a cool idea that gets discussed rather often.People generally tend to be attracted to way a "pure" deferred renderer neatly and cleanly separates your geometry from your lighting, as well as the idea of being able to throw lights everywhere in their scene.However as anyone who's done a little bit of research into the topic surely knows, it comes with a few drawbacks. | |
| | | | |
www.reedbeta.com
|
|
| | | | | Pixels and polygons and shaders, oh my! | |
| | | | |
simoncoenen.com
|
|
| | | | | A graphics study of Doom Eternal | |
| | | | |
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... | ||