GL.VertexAttrib3 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
VertexAttrib3(UInt32, Single, Single, Single)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3f", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, float x, float y, float z);
static member VertexAttrib3 : uint32 * single * single * single -> unit
Paramètres
- indx
- UInt32
- x
- Single
- y
- Single
- z
- Single
- Attributs
S’applique à
VertexAttrib3(Int32, Single, Single, Single)
VertexAttrib3(UInt32, Single[])
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, float[] values);
static member VertexAttrib3 : uint32 * single[] -> unit
Paramètres
- indx
- UInt32
- values
- Single[]
- Attributs
S’applique à
VertexAttrib3(UInt32, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, float* values);
static member VertexAttrib3 : uint32 * nativeptr<single> -> unit
Paramètres
- indx
- UInt32
- values
- Single*
- Attributs
S’applique à
VertexAttrib3(UInt32, Single)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, ref float values);
static member VertexAttrib3 : uint32 * -> unit
Paramètres
- indx
- UInt32
- values
- Single
- Attributs
S’applique à
VertexAttrib3(Int32, Single[])
VertexAttrib3(Int32, Single)
VertexAttrib3(Int32, Vector3)
VertexAttrib3(Int32, Vector3)
VertexAttrib3(Int32, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (int indx, float* values);
static member VertexAttrib3 : int * nativeptr<single> -> unit
Paramètres
- indx
- Int32
- values
- Single*
- Attributs