This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple OpenGL ES contexts

How are multiple OpenGL ES contexts handled? That is, for the same application. Does one have some kind of control over scheduling? Would it be efficient GPU wise to have some compute shader launched from one context while shadow map rendering is launched from an another one (assuming compute shader is indeed ALU bound and not bandwidth bound)?