Hacker News new | ask | show | jobs
by elabajaba 644 days ago
Intel Arc GPUs are terrible for Nanite rendering, since they lack hardware support for both indirect draws (widely used in GPU driven renderers, Intel emulates it in software which is slow) and 64bit atomics, which are required for nanite.
1 comments

That's interesting. Are there benchmarks on UE5 games which back this up?