GLES31.GlGetProgramResourceiv Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GlGetProgramResourceiv(Int32, Int32, Int32, Int32, IntBuffer, Int32, IntBuffer, IntBuffer) | |
GlGetProgramResourceiv(Int32, Int32, Int32, Int32, Int32[], Int32, Int32, Int32[], Int32, Int32[], Int32) |
GlGetProgramResourceiv(Int32, Int32, Int32, Int32, IntBuffer, Int32, IntBuffer, IntBuffer)
[Android.Runtime.Register("glGetProgramResourceiv", "(IIIILjava/nio/IntBuffer;ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V", "")]
public static void GlGetProgramResourceiv (int program, int programInterface, int index, int propCount, Java.Nio.IntBuffer? props, int bufSize, Java.Nio.IntBuffer? length, Java.Nio.IntBuffer? params);
[<Android.Runtime.Register("glGetProgramResourceiv", "(IIIILjava/nio/IntBuffer;ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V", "")>]
static member GlGetProgramResourceiv : int * int * int * int * Java.Nio.IntBuffer * int * Java.Nio.IntBuffer * Java.Nio.IntBuffer -> unit
Parameters
- program
- Int32
- programInterface
- Int32
- index
- Int32
- propCount
- Int32
- props
- IntBuffer
- bufSize
- Int32
- length
- IntBuffer
- params
- IntBuffer
- 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
GlGetProgramResourceiv(Int32, Int32, Int32, Int32, Int32[], Int32, Int32, Int32[], Int32, Int32[], Int32)
[Android.Runtime.Register("glGetProgramResourceiv", "(IIII[III[II[II)V", "")]
public static void GlGetProgramResourceiv (int program, int programInterface, int index, int propCount, int[]? props, int propsOffset, int bufSize, int[]? length, int lengthOffset, int[]? params, int paramsOffset);
[<Android.Runtime.Register("glGetProgramResourceiv", "(IIII[III[II[II)V", "")>]
static member GlGetProgramResourceiv : int * int * int * int * int[] * int * int * int[] * int * int[] * int -> unit
Parameters
- program
- Int32
- programInterface
- Int32
- index
- Int32
- propCount
- Int32
- props
- Int32[]
- propsOffset
- Int32
- bufSize
- Int32
- length
- Int32[]
- lengthOffset
- Int32
- params
- Int32[]
- paramsOffset
- Int32
- 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.