GLES20.GlGetActiveAttrib Method

Definition

Overloads

GlGetActiveAttrib(Int32, Int32, IntBuffer, IntBuffer)
GlGetActiveAttrib(Int32, Int32, Int32[], Int32, Int32[], Int32)
GlGetActiveAttrib(Int32, Int32, Int32, IntBuffer, IntBuffer, IntBuffer, SByte)
GlGetActiveAttrib(Int32, Int32, Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Byte[], Int32)

GlGetActiveAttrib(Int32, Int32, IntBuffer, IntBuffer)

[Android.Runtime.Register("glGetActiveAttrib", "(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)Ljava/lang/String;", "")]
public static string? GlGetActiveAttrib (int program, int index, Java.Nio.IntBuffer? size, Java.Nio.IntBuffer? type);
[<Android.Runtime.Register("glGetActiveAttrib", "(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)Ljava/lang/String;", "")>]
static member GlGetActiveAttrib : int * int * Java.Nio.IntBuffer * Java.Nio.IntBuffer -> string

Parameters

program
Int32
index
Int32
size
IntBuffer
type
IntBuffer

Returns

Attributes

Remarks

Java documentation for android.opengl.GLES20.glGetActiveAttrib(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, byte).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

GlGetActiveAttrib(Int32, Int32, Int32[], Int32, Int32[], Int32)

[Android.Runtime.Register("glGetActiveAttrib", "(II[II[II)Ljava/lang/String;", "")]
public static string? GlGetActiveAttrib (int program, int index, int[]? size, int sizeOffset, int[]? type, int typeOffset);
[<Android.Runtime.Register("glGetActiveAttrib", "(II[II[II)Ljava/lang/String;", "")>]
static member GlGetActiveAttrib : int * int * int[] * int * int[] * int -> string

Parameters

program
Int32
index
Int32
size
Int32[]
sizeOffset
Int32
type
Int32[]
typeOffset
Int32

Returns

Attributes

Remarks

Java documentation for android.opengl.GLES20.glGetActiveAttrib(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, byte).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

GlGetActiveAttrib(Int32, Int32, Int32, IntBuffer, IntBuffer, IntBuffer, SByte)

[Android.Runtime.Register("glGetActiveAttrib", "(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;B)V", "")]
public static void GlGetActiveAttrib (int program, int index, int bufsize, Java.Nio.IntBuffer? length, Java.Nio.IntBuffer? size, Java.Nio.IntBuffer? type, sbyte name);
[<Android.Runtime.Register("glGetActiveAttrib", "(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;B)V", "")>]
static member GlGetActiveAttrib : int * int * int * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer * sbyte -> unit

Parameters

program
Int32
index
Int32
bufsize
Int32
length
IntBuffer
size
IntBuffer
type
IntBuffer
name
SByte
Attributes

Remarks

Java documentation for android.opengl.GLES20.glGetActiveAttrib(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, byte).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

GlGetActiveAttrib(Int32, Int32, Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Byte[], Int32)

[Android.Runtime.Register("glGetActiveAttrib", "(III[II[II[II[BI)V", "")]
public static void GlGetActiveAttrib (int program, int index, int bufsize, int[]? length, int lengthOffset, int[]? size, int sizeOffset, int[]? type, int typeOffset, byte[]? name, int nameOffset);
[<Android.Runtime.Register("glGetActiveAttrib", "(III[II[II[II[BI)V", "")>]
static member GlGetActiveAttrib : int * int * int * int[] * int * int[] * int * int[] * int * byte[] * int -> unit

Parameters

program
Int32
index
Int32
bufsize
Int32
length
Int32[]
lengthOffset
Int32
size
Int32[]
sizeOffset
Int32
type
Int32[]
typeOffset
Int32
name
Byte[]
nameOffset
Int32
Attributes

Remarks

Java documentation for android.opengl.GLES20.glGetActiveAttrib(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, byte).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to