GLES31.GlGetProgramResourceiv Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- program
- Int32
- programInterface
- Int32
- index
- Int32
- propCount
- Int32
- props
- IntBuffer
- bufSize
- Int32
- length
- IntBuffer
- params
- IntBuffer
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
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
Parâmetros
- program
- Int32
- programInterface
- Int32
- index
- Int32
- propCount
- Int32
- props
- Int32[]
- propsOffset
- Int32
- bufSize
- Int32
- length
- Int32[]
- lengthOffset
- Int32
- params
- Int32[]
- paramsOffset
- Int32
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.