EGL14.EglChooseConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("eglChooseConfig", "(Landroid/opengl/EGLDisplay;[II[Landroid/opengl/EGLConfig;II[II)Z", "")]
public static bool EglChooseConfig (Android.Opengl.EGLDisplay? dpy, int[]? attrib_list, int attrib_listOffset, Android.Opengl.EGLConfig[]? configs, int configsOffset, int config_size, int[]? num_config, int num_configOffset);
[<Android.Runtime.Register("eglChooseConfig", "(Landroid/opengl/EGLDisplay;[II[Landroid/opengl/EGLConfig;II[II)Z", "")>]
static member EglChooseConfig : Android.Opengl.EGLDisplay * int[] * int * Android.Opengl.EGLConfig[] * int * int * int[] * int -> bool
Parameters
- dpy
- EGLDisplay
- attrib_list
- Int32[]
- attrib_listOffset
- Int32
- configs
- EGLConfig[]
- configsOffset
- Int32
- config_size
- Int32
- num_config
- Int32[]
- num_configOffset
- Int32
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.