"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Why samples use custom EGLCOnfigChooser?

Hi, there's most likely a trivial answer to this question but I wasn't able to figure it out by myself. Why samples do use custom EGLConfigChooser instead of basic;

GLSurfaceView.setEGLContextClientVersion(1 or 2); GLSurfaceView.setEGLConfigChooser(red, green, blue, alpha, depth, stencil);

AlessandroB

Thu, 11/15/2012 - 13:52

Hi harism, you are actually right, indeed  the default implementation does not differ that much from the one of the samples

(especially the bit depth criteria are the same as in the custom one, as you correctly pointed out);