|
|
|
|
|
by TazeTSchnitzel
1071 days ago
|
|
> Changes this stuff is probably not a trivial operation and requires a lot of communication with the GPU which is slow (just a guess). The GPU underneath looks a lot more like Vulkan than it does like OpenGL. Changing state should, in general, not require communicating with the GPU at all, that happens once you draw stuff (or do other operations like compiling shaders or creating textures). |
|