async_shaders: Simplify implementation of GetCompletedWork()
This is equivalent to moving all the contents and then clearing the vector. This avoids a redundant allocation.
Please register or sign in to comment
This is equivalent to moving all the contents and then clearing the vector. This avoids a redundant allocation.