Syntax
[Android.Runtime.Register("glCompressedTexSubImage2D", "(IIIIIIIILjava/nio/Buffer;)V", "")]
public static 
void GlCompressedTexSubImage2D (
int target, 
int level, 
int xoffset, 
int yoffset, 
int width, 
int height, 
int format, 
int imageSize, 
Java.Nio.Buffer data)
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.
- width
- Documentation for this section has not yet been entered.
- height
- Documentation for this section has not yet been entered.
- format
- Documentation for this section has not yet been entered.
- imageSize
- Documentation for this section has not yet been entered.
- data
- Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4