Originally posted by -MacNuke-
View Post
https://www.khronos.org/assets/uploa...-GDC-Mar15.pdf
It's not that much of an oversimplification to say that a driver basically does three things :
- translate state settings to HW settings
- translate shader IR instructions to HW instructions
- implement command submissions which combine geometry, state and shader code
Comment