GL.VertexAttrib4 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
VertexAttrib4(Int32, Vector4)
VertexAttrib4(Int32, Vector4)
VertexAttrib4(Int32, Single)
VertexAttrib4(Int32, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4fv", Version="2.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib4 (int indx, float* values);
static member VertexAttrib4 : int * nativeptr<single> -> unit
Paramètres
- indx
- Int32
- values
- Single*
- Attributs
S’applique à
VertexAttrib4(Int32, Single[])
VertexAttrib4(UInt32, Single)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4fv", Version="2.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib4 (uint indx, ref float values);
static member VertexAttrib4 : uint32 * -> unit
Paramètres
- indx
- UInt32
- values
- Single
- Attributs
S’applique à
VertexAttrib4(UInt32, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4fv", Version="2.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib4 (uint indx, float* values);
static member VertexAttrib4 : uint32 * nativeptr<single> -> unit
Paramètres
- indx
- UInt32
- values
- Single*
- Attributs
S’applique à
VertexAttrib4(UInt32, Single[])
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4fv", Version="2.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib4 (uint indx, float[] values);
static member VertexAttrib4 : uint32 * single[] -> unit
Paramètres
- indx
- UInt32
- values
- Single[]
- Attributs
S’applique à
VertexAttrib4(Int32, Single, Single, Single, Single)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4f", Version="2.0")]
public static void VertexAttrib4 (int indx, float x, float y, float z, float w);
static member VertexAttrib4 : int * single * single * single * single -> unit
Paramètres
- indx
- Int32
- x
- Single
- y
- Single
- z
- Single
- w
- Single
- Attributs
S’applique à
VertexAttrib4(UInt32, Single, Single, Single, Single)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4f", Version="2.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib4 (uint indx, float x, float y, float z, float w);
static member VertexAttrib4 : uint32 * single * single * single * single -> unit
Paramètres
- indx
- UInt32
- x
- Single
- y
- Single
- z
- Single
- w
- Single
- Attributs