EGL14.EglGetConfigAttrib(EGLDisplay, EGLConfig, Int32, Int32[], Int32) Method

Definition

[Android.Runtime.Register("eglGetConfigAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Z", "")]
public static bool EglGetConfigAttrib (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLConfig? config, int attribute, int[]? value, int offset);
[<Android.Runtime.Register("eglGetConfigAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Z", "")>]
static member EglGetConfigAttrib : Android.Opengl.EGLDisplay * Android.Opengl.EGLConfig * int * int[] * int -> bool

Parameters

config
EGLConfig
attribute
Int32
value
Int32[]
offset
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.

Applies to