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