GLES31.GlGetTexLevelParameterfv 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
GlGetTexLevelParameterfv(Int32, Int32, Int32, Single[], Int32) | |
GlGetTexLevelParameterfv(Int32, Int32, Int32, FloatBuffer) |
GlGetTexLevelParameterfv(Int32, Int32, Int32, Single[], Int32)
[Android.Runtime.Register("glGetTexLevelParameterfv", "(III[FI)V", "")]
public static void GlGetTexLevelParameterfv (int target, int level, int pname, float[]? params, int offset);
[<Android.Runtime.Register("glGetTexLevelParameterfv", "(III[FI)V", "")>]
static member GlGetTexLevelParameterfv : int * int * int * single[] * int -> unit
Parâmetros
- target
- Int32
- level
- Int32
- pname
- Int32
- params
- Single[]
- offset
- 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.
Aplica-se a
GlGetTexLevelParameterfv(Int32, Int32, Int32, FloatBuffer)
[Android.Runtime.Register("glGetTexLevelParameterfv", "(IIILjava/nio/FloatBuffer;)V", "")]
public static void GlGetTexLevelParameterfv (int target, int level, int pname, Java.Nio.FloatBuffer? params);
[<Android.Runtime.Register("glGetTexLevelParameterfv", "(IIILjava/nio/FloatBuffer;)V", "")>]
static member GlGetTexLevelParameterfv : int * int * int * Java.Nio.FloatBuffer -> unit
Parâmetros
- target
- Int32
- level
- Int32
- pname
- Int32
- params
- FloatBuffer
- 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.