gfx-d icon indicating copy to clipboard operation
gfx-d copied to clipboard

Retained mode in GL3 backend

Open rtbo opened this issue 6 years ago • 0 comments

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).

rtbo avatar Dec 27 '18 00:12 rtbo