D
Deleted member 2197
Guest
Getting Started with Mesh Shaders in Diligent Engine
September 23, 2020
September 23, 2020
https://www.codeproject.com/Articles/5280217/Getting-Started-with-Mesh-Shaders-in-Diligent-EngiMesh shaders are the new geometry processing pipeline introduced in the most recent generation of GPUs that replaces the old approach. This article gives an introduction to mesh shaders and shows how they can be used to create a simple view frustum culling and object LOD selection system on the GPU using the Diligent Engine API.