Hacker News new | ask | show | jobs
by flohofwoe 1071 days ago
Yeah, but the problem specifically with GL is that it is almost unpredictable what actually happens at 'draw time', because small GL state changes can be amplified into big GPU state changs.
1 comments

Yeah, that's definitely an issue. Vulkan has some of the same issues, they're just moved to the pipeline creation stage.