Partager via


GLES11Ext.GlGetMaterialxvOES Méthode

Définition

Surcharges

GlGetMaterialxvOES(Int32, Int32, IntBuffer)
GlGetMaterialxvOES(Int32, Int32, Int32[], Int32)

GlGetMaterialxvOES(Int32, Int32, IntBuffer)

[Android.Runtime.Register("glGetMaterialxvOES", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlGetMaterialxvOES (int face, int pname, Java.Nio.IntBuffer? params);
[<Android.Runtime.Register("glGetMaterialxvOES", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlGetMaterialxvOES : int * int * Java.Nio.IntBuffer -> unit

Paramètres

face
Int32
pname
Int32
params
IntBuffer
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

GlGetMaterialxvOES(Int32, Int32, Int32[], Int32)

[Android.Runtime.Register("glGetMaterialxvOES", "(II[II)V", "")]
public static void GlGetMaterialxvOES (int face, int pname, int[]? params, int offset);
[<Android.Runtime.Register("glGetMaterialxvOES", "(II[II)V", "")>]
static member GlGetMaterialxvOES : int * int * int[] * int -> unit

Paramètres

face
Int32
pname
Int32
params
Int32[]
offset
Int32
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à