Syntax
[Android.Runtime.Register("glGetActiveUniform", "(II[II[II)Ljava/lang/String;", "")]
public static
string GlGetActiveUniform (
int program,
int index,
int[] size,
int sizeOffset,
int[] type,
int typeOffset)
Parameters
- program
- Documentation for this section has not yet been entered.
- index
- Documentation for this section has not yet been entered.
- size
- Documentation for this section has not yet been entered.
- sizeOffset
- Documentation for this section has not yet been entered.
- type
- Documentation for this section has not yet been entered.
- typeOffset
- Documentation for this section has not yet been entered.
Returns
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 17