Android.Opengl.GLUtils.TexImage2D Method
A version of texImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification.

Syntax

[Android.Runtime.Register("texImage2D", "(IIILandroid/graphics/Bitmap;II)V", "")]
public static void TexImage2D (int target, int level, int internalformat, Android.Graphics.Bitmap bitmap, int type, int border)

Parameters

target
Documentation for this section has not yet been entered.
level
Documentation for this section has not yet been entered.
internalformat
Documentation for this section has not yet been entered.
bitmap
Documentation for this section has not yet been entered.
type
Documentation for this section has not yet been entered.
border
Documentation for this section has not yet been entered.

Remarks

A version of texImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification. The actual type and internalformat of the bitmap must be compatible with the specified type and internalformat parameters.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1