EGL14.EglQueryContext(EGLDisplay, EGLContext, Int32, Int32[], Int32) Method

Definition

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

Parameters

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