Edit

GLTextureView.IGLWrapper.Wrap(IGL) Method

Definition

Wraps a GL interface in another GL interface.

public Javax.Microedition.Khronos.Opengles.IGL Wrap(Javax.Microedition.Khronos.Opengles.IGL gl);

Parameters

gl
IGL

The GL interface that is to be wrapped.

Returns

IGL

Returns the wrapped GL interface.

Applies to