Synchronous glReadPixel in cocos2d-x-v3

Continuing the discussion from Pixel perfect touch detection: Since the new renderer does all the actual rendering asynchronously is there any way to create a RenderTexture, render something in there and use glReadPixel to check a pixel’s value without resorting to lambdas and async behavior? I …