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

Syntax

[Android.Runtime.Register("texSubImage2D", "(IIIILandroid/graphics/Bitmap;II)V", "")]
public static void TexSubImage2D (int target, int level, int xoffset, int yoffset, Android.Graphics.Bitmap bitmap, int format, int type)

Parameters

target
Documentation for this section has not yet been entered.
level
Documentation for this section has not yet been entered.
xoffset
Documentation for this section has not yet been entered.
yoffset
Documentation for this section has not yet been entered.
bitmap
Documentation for this section has not yet been entered.
format
Documentation for this section has not yet been entered.
type
Documentation for this section has not yet been entered.

Remarks

A version of texSubImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification.

[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