Back to project page FxCameraApp.
The source code is released under:
MIT License
If you think the Android project FxCameraApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.af.experiments.FxCameraApp.ogles; // ww w.j av a 2 s. c om public class GLES20ContextFactory extends DefaultContextFactory { private static final int EGL_CONTEXT_CLIENT_VERSION = 2; public GLES20ContextFactory() { super(EGL_CONTEXT_CLIENT_VERSION); } }