GLSurfaceView.IGLWrapper.Wrap(IGL) Method

Definition

Wraps a gl interface in another gl interface.

[Android.Runtime.Register("wrap", "(Ljavax/microedition/khronos/opengles/GL;)Ljavax/microedition/khronos/opengles/GL;", "GetWrap_Ljavax_microedition_khronos_opengles_GL_Handler:Android.Opengl.GLSurfaceView/IGLWrapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Javax.Microedition.Khronos.Opengles.IGL? Wrap (Javax.Microedition.Khronos.Opengles.IGL? gl);
[<Android.Runtime.Register("wrap", "(Ljavax/microedition/khronos/opengles/GL;)Ljavax/microedition/khronos/opengles/GL;", "GetWrap_Ljavax_microedition_khronos_opengles_GL_Handler:Android.Opengl.GLSurfaceView/IGLWrapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Wrap : Javax.Microedition.Khronos.Opengles.IGL -> Javax.Microedition.Khronos.Opengles.IGL

Parameters

gl
IGL

a GL interface that is to be wrapped.

Returns

IGL

either the input argument or another GL object that wraps the input argument.

Attributes

Remarks

Wraps a gl interface in another gl interface.

Java documentation for android.opengl.GLSurfaceView.GLWrapper.wrap(javax.microedition.khronos.opengles.GL).

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