EGL14.EglSurfaceAttrib(EGLDisplay, EGLSurface, Int32, Int32) Method

Definition

[Android.Runtime.Register("eglSurfaceAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;II)Z", "")]
public static bool EglSurfaceAttrib (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLSurface? surface, int attribute, int value);
[<Android.Runtime.Register("eglSurfaceAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;II)Z", "")>]
static member EglSurfaceAttrib : Android.Opengl.EGLDisplay * Android.Opengl.EGLSurface * int * int -> bool

Parameters

surface
EGLSurface
attribute
Int32
value
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