GLES30.GlGetTransformFeedbackVarying Method

Definition

Overloads

GlGetTransformFeedbackVarying(Int32, Int32, IntBuffer, IntBuffer)
GlGetTransformFeedbackVarying(Int32, Int32, Int32[], Int32, Int32[], Int32)
GlGetTransformFeedbackVarying(Int32, Int32, Int32, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)
GlGetTransformFeedbackVarying(Int32, Int32, Int32, IntBuffer, IntBuffer, IntBuffer, SByte)

This member is deprecated.

GlGetTransformFeedbackVarying(Int32, Int32, Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Byte[], Int32)

GlGetTransformFeedbackVarying(Int32, Int32, IntBuffer, IntBuffer)

[Android.Runtime.Register("glGetTransformFeedbackVarying", "(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)Ljava/lang/String;", "")]
public static string? GlGetTransformFeedbackVarying (int program, int index, Java.Nio.IntBuffer? size, Java.Nio.IntBuffer? type);
[<Android.Runtime.Register("glGetTransformFeedbackVarying", "(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)Ljava/lang/String;", "")>]
static member GlGetTransformFeedbackVarying : 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.GLES30.glGetTransformFeedbackVarying(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

GlGetTransformFeedbackVarying(Int32, Int32, Int32[], Int32, Int32[], Int32)

[Android.Runtime.Register("glGetTransformFeedbackVarying", "(II[II[II)Ljava/lang/String;", "")]
public static string? GlGetTransformFeedbackVarying (int program, int index, int[]? size, int sizeOffset, int[]? type, int typeOffset);
[<Android.Runtime.Register("glGetTransformFeedbackVarying", "(II[II[II)Ljava/lang/String;", "")>]
static member GlGetTransformFeedbackVarying : 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.GLES30.glGetTransformFeedbackVarying(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

GlGetTransformFeedbackVarying(Int32, Int32, Int32, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)

[Android.Runtime.Register("glGetTransformFeedbackVarying", "(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V", "", ApiSince=24)]
public static void GlGetTransformFeedbackVarying (int program, int index, int bufsize, Java.Nio.IntBuffer? length, Java.Nio.IntBuffer? size, Java.Nio.IntBuffer? type, Java.Nio.ByteBuffer? name);
[<Android.Runtime.Register("glGetTransformFeedbackVarying", "(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V", "", ApiSince=24)>]
static member GlGetTransformFeedbackVarying : int * int * int * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.ByteBuffer -> unit

Parameters

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

Remarks

Java documentation for android.opengl.GLES30.glGetTransformFeedbackVarying(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

GlGetTransformFeedbackVarying(Int32, Int32, Int32, IntBuffer, IntBuffer, IntBuffer, SByte)

This member is deprecated.

[Android.Runtime.Register("glGetTransformFeedbackVarying", "(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;B)V", "")]
public static void GlGetTransformFeedbackVarying (int program, int index, int bufsize, Java.Nio.IntBuffer? length, Java.Nio.IntBuffer? size, Java.Nio.IntBuffer? type, sbyte name);
[<Android.Runtime.Register("glGetTransformFeedbackVarying", "(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;B)V", "")>]
static member GlGetTransformFeedbackVarying : 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

This member is deprecated. Use the version that takes a ByteBuffer as the last argument, or the versions that return a String.

Java documentation for android.opengl.GLES30.glGetTransformFeedbackVarying(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

GlGetTransformFeedbackVarying(Int32, Int32, Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Byte[], Int32)

[Android.Runtime.Register("glGetTransformFeedbackVarying", "(III[II[II[II[BI)V", "")]
public static void GlGetTransformFeedbackVarying (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("glGetTransformFeedbackVarying", "(III[II[II[II[BI)V", "")>]
static member GlGetTransformFeedbackVarying : 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.GLES30.glGetTransformFeedbackVarying(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