gfx-d
gfx-d copied to clipboard
Retained mode in GL3 backend
Implement retained mode such as many things can get prepared in separate threads. Only the queue submission and presentation will be required to be in the same thread. Most of buffer and texture preparation will have to be retained and serialized during the commands execution (queue submission).