Hacker News new | ask | show | jobs
by fulafel 4739 days ago
> Microsoft's arguments against feeding arbitrary machine code to buggy graphics cards

That would indeed be a bad idea. This is not how WebGL works. There's a translation layer that gets the WebGL calls and relays them to the graphics drivers after determining the calls are safe.

This layer can have bugs of course, like other sandboxes (javascript, flash, etc).