Partager via


GLES11Ext.GlMaterialxvOES Méthode

Définition

Surcharges

GlMaterialxvOES(Int32, Int32, IntBuffer)
GlMaterialxvOES(Int32, Int32, Int32[], Int32)

GlMaterialxvOES(Int32, Int32, IntBuffer)

[Android.Runtime.Register("glMaterialxvOES", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlMaterialxvOES (int face, int pname, Java.Nio.IntBuffer? params);
[<Android.Runtime.Register("glMaterialxvOES", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlMaterialxvOES : 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 à

GlMaterialxvOES(Int32, Int32, Int32[], Int32)

[Android.Runtime.Register("glMaterialxvOES", "(II[II)V", "")]
public static void GlMaterialxvOES (int face, int pname, int[]? params, int offset);
[<Android.Runtime.Register("glMaterialxvOES", "(II[II)V", "")>]
static member GlMaterialxvOES : 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 à