|
You are here |
www.jendrikillner.com | ||
| | | | |
timur.hu
|
|
| | | | | Mesh and task shaders (amplification shaders in D3D jargon) are a new way to process geometry in 3D applications. First proposed by NVidia in 2018 and initially available in the "Turing" series, they are now supported on RDNA2 GPUs and are part of the D3D12 API. There is also an extension in Vulkan (and a vendor-specific one in OpenGL). This post is about what mesh shadig is and next time I'm going to talk about how mesh/task shaders are implemented on the driver side. | |
| | | | |
www.realworldtech.com
|
|
| | | | | Starting with the Maxwell GM20x architecture, Nvidia high-performance GPUs have borrowed techniques from low-power mobile graphics architectures. Specifically, Maxwell and Pascal use tile-based immediate-mode rasterizers that buffer pixel output, instead of conventional full-screen immediate-mode rasterizers. Using simple DirectX shaders, we demonstrate the tile-based rasterization in Nvidia's Maxwell and Pascal GPUs and contrast this behavior to the immediate-mode rasterizer used by AMD. | |
| | | | |
alain.xyz
|
|
| | | | | A review of the state of the art in real time renderer architectures. | |
| | | | |
raphlinus.github.io
|
|
| | | This post is an update to 2D Graphics on Modern GPU, just over a year ago. How time flies! | ||