public class NVDepthConfigChooser
extends java.lang.Object
Constructor and Description |
---|
NVDepthConfigChooser(GLSurfaceView view)
Creates a new NVDepthConfigChooser
|
NVDepthConfigChooser(GLSurfaceView view,
boolean withAlpha)
Creates a new NVDepthConfigChooser with optional alpha for the
framebuffer.
|
Modifier and Type | Method and Description |
---|---|
EGLConfig |
chooseConfig(EGL10 egl,
EGLDisplay display) |
public NVDepthConfigChooser(GLSurfaceView view)
view
- the GLSurfaceViewpublic NVDepthConfigChooser(GLSurfaceView view, boolean withAlpha)
view
- the GLSurfaceViewwithAlpha
- alpha channel (for transparent framebuffers)?