Greetings,
assume two threads that share a VBO for context resource sharing. One thread uploads to it using glBufferSubData, the other one renders from it using glDrawArrays.
Will either call block the other if different ranges of the same VBO are used?
Regards