cpp-io2d / P0267_RefImpl

Reference Implementations of P0267, the proposed 2D graphics API for ISO C++
Other
313 stars 114 forks source link

Consider adding async command lists to R9 #117

Closed mikebmcl closed 5 years ago

mikebmcl commented 5 years ago

Command lists are primarily intended to improve performance for back-end rendering using D3D12 and Vulkan. The ability to submit command lists asynchronously to basic_image_surface objects will further this goal.

mikebmcl commented 5 years ago

Closed by e94d358.