GLSurfaceView.IGLWrapper.Wrap(IGL) 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.
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
either the input argument or another GL object that wraps the input argument.
- Attributes
Remarks
Wraps a gl interface in another gl interface.
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.