Hi,
For example let’s take a build for Windows.
Can anyone provide a good explanation of what happens during a single frame rendering (in all levels - Unity, DirectX, GPU, …)?
From what I know:
The app calls Draw() methods, they call DirectX API, which interacts with GPU, which processes the geometry and executes shaders … and in the end we see that image on the screen.
Thanks in advance!