Partager via


GLES11Ext.GlLightxvOES Méthode

Définition

Surcharges

GlLightxvOES(Int32, Int32, IntBuffer)
GlLightxvOES(Int32, Int32, Int32[], Int32)

GlLightxvOES(Int32, Int32, IntBuffer)

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

Paramètres

light
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 à

GlLightxvOES(Int32, Int32, Int32[], Int32)

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

Paramètres

light
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 à