GPUOpen-Tools / radeon_gpu_profiler

Radeon GPU Profiler (RGP) is a tool from AMD that allows for deep inspection of GPU workloads.
396 stars 41 forks source link

question about mesh shaders #60

Closed zhaijialong closed 2 years ago

zhaijialong commented 2 years ago

Why RGP shows several DrawIndexedInstanced (with VS-GS combos) for every single actrual DispatchMesh call ?

Does that mean MS is somehow emulated with VS-GS/DrawIndexedInstanced in current AMD hardwares ?