Android.Opengl.GLUtils.TexImage2D Method
A version of texImage2D that determines the internalFormat and type automatically.

Syntax

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

Parameters

target
Documentation for this section has not yet been entered.
level
Documentation for this section has not yet been entered.
bitmap
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 determines the internalFormat and type automatically.

[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