GLES30.GlGetProgramBinary Method

Definition

Overloads

GlGetProgramBinary(Int32, Int32, IntBuffer, IntBuffer, Buffer)
GlGetProgramBinary(Int32, Int32, Int32[], Int32, Int32[], Int32, Buffer)

GlGetProgramBinary(Int32, Int32, IntBuffer, IntBuffer, Buffer)

[Android.Runtime.Register("glGetProgramBinary", "(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/Buffer;)V", "")]
public static void GlGetProgramBinary (int program, int bufSize, Java.Nio.IntBuffer? length, Java.Nio.IntBuffer? binaryFormat, Java.Nio.Buffer? binary);
[<Android.Runtime.Register("glGetProgramBinary", "(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/Buffer;)V", "")>]
static member GlGetProgramBinary : int * int * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.Buffer -> unit

Parameters

program
Int32
bufSize
Int32
length
IntBuffer
binaryFormat
IntBuffer
binary
Buffer
Attributes

Remarks

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

GlGetProgramBinary(Int32, Int32, Int32[], Int32, Int32[], Int32, Buffer)

[Android.Runtime.Register("glGetProgramBinary", "(II[II[IILjava/nio/Buffer;)V", "")]
public static void GlGetProgramBinary (int program, int bufSize, int[]? length, int lengthOffset, int[]? binaryFormat, int binaryFormatOffset, Java.Nio.Buffer? binary);
[<Android.Runtime.Register("glGetProgramBinary", "(II[II[IILjava/nio/Buffer;)V", "")>]
static member GlGetProgramBinary : int * int * int[] * int * int[] * int * Java.Nio.Buffer -> unit

Parameters

program
Int32
bufSize
Int32
length
Int32[]
lengthOffset
Int32
binaryFormat
Int32[]
binaryFormatOffset
Int32
binary
Buffer
Attributes

Remarks

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