Originally posted by -MacNuke-
View Post
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