iPhoneOSGraphicsContext.IGraphicsContextInternal.GetAddress(String) Method

Definition

Gets the address of an OpenGL extension function.

IntPtr IGraphicsContextInternal.GetAddress (string function);

Parameters

function
String

A T:System.String containing the name of the OpenGL extension function to load (e.g. glGetString).

Returns

F:System.IntPtr.Zero .

Implements

Remarks

iPhoneOS doens't support loading extension functions at runtime. This method always returns F:System.IntPtr.Zero.

Applies to