GL.GetVertexAttrib 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
GetVertexAttrib(UInt32, All, Int32[])
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.All * int[] -> unit
Paramètres
- index
- UInt32
- pname
- All
- params
- Int32[]
- Attributs
S’applique à
GetVertexAttrib(UInt32, All, Single)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.All pname, ref float params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.All * -> unit
Paramètres
- index
- UInt32
- pname
- All
- params
- Single
- Attributs
S’applique à
GetVertexAttrib(UInt32, All, Single*)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.All pname, float* params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.All * nativeptr<single> -> unit
Paramètres
- index
- UInt32
- pname
- All
- params
- Single*
- Attributs
S’applique à
GetVertexAttrib(UInt32, All, Single[])
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.All pname, float[] params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.All * single[] -> unit
Paramètres
- index
- UInt32
- pname
- All
- params
- Single[]
- Attributs
S’applique à
GetVertexAttrib(UInt32, VertexAttribParameter, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.VertexAttribParameter pname, float* params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.VertexAttribParameter * nativeptr<single> -> unit
Paramètres
- index
- UInt32
- pname
- VertexAttribParameter
- params
- Single*
- Attributs
S’applique à
GetVertexAttrib(UInt32, VertexAttribParameter, Int32*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.VertexAttribParameter pname, int* params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.VertexAttribParameter * nativeptr<int> -> unit
Paramètres
- index
- UInt32
- pname
- VertexAttribParameter
- params
- Int32*
- Attributs
S’applique à
GetVertexAttrib(UInt32, VertexAttribParameter, Int32[])
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.VertexAttribParameter pname, int[] params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.VertexAttribParameter * int[] -> unit
Paramètres
- index
- UInt32
- pname
- VertexAttribParameter
- params
- Int32[]
- Attributs
S’applique à
GetVertexAttrib(UInt32, VertexAttribParameter, Single[])
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.VertexAttribParameter pname, float[] params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.VertexAttribParameter * single[] -> unit
Paramètres
- index
- UInt32
- pname
- VertexAttribParameter
- params
- Single[]
- Attributs
S’applique à
GetVertexAttrib(UInt32, All, Int32*)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.All pname, int* params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit
Paramètres
- index
- UInt32
- pname
- All
- params
- Int32*
- Attributs
S’applique à
GetVertexAttrib(UInt32, VertexAttribParameter, Int32)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.VertexAttribParameter pname, out int params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.VertexAttribParameter * -> unit
Paramètres
- index
- UInt32
- pname
- VertexAttribParameter
- params
- Int32
- Attributs
S’applique à
GetVertexAttrib(UInt32, All, Int32)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.All pname, ref int params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.All * -> unit
Paramètres
- index
- UInt32
- pname
- All
- params
- Int32
- Attributs
S’applique à
GetVertexAttrib(UInt32, VertexAttribParameter, Single)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES20.VertexAttribParameter pname, out float params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES20.VertexAttribParameter * -> unit
Paramètres
- index
- UInt32
- pname
- VertexAttribParameter
- params
- Single
- Attributs
S’applique à
GetVertexAttrib(Int32, VertexAttribParameter, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.VertexAttribParameter pname, float* params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.VertexAttribParameter * nativeptr<single> -> unit
Paramètres
- index
- Int32
- pname
- VertexAttribParameter
- params
- Single*
- Attributs
S’applique à
GetVertexAttrib(Int32, VertexAttribParameter, Single[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.VertexAttribParameter pname, float[] params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.VertexAttribParameter * single[] -> unit
Paramètres
- index
- Int32
- pname
- VertexAttribParameter
- params
- Single[]
- Attributs
S’applique à
GetVertexAttrib(Int32, All, Int32*)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.All pname, int* params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit
Paramètres
- index
- Int32
- pname
- All
- params
- Int32*
- Attributs
S’applique à
GetVertexAttrib(Int32, All, Int32[])
Attention
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.All * int[] -> unit
Paramètres
- index
- Int32
- pname
- All
- params
- Int32[]
- Attributs
S’applique à
GetVertexAttrib(Int32, All, Single)
Attention
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.All pname, ref float params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.All * -> unit
Paramètres
- index
- Int32
- pname
- All
- params
- Single
- Attributs
S’applique à
GetVertexAttrib(Int32, All, Single*)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.All pname, float* params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.All * nativeptr<single> -> unit
Paramètres
- index
- Int32
- pname
- All
- params
- Single*
- Attributs
S’applique à
GetVertexAttrib(Int32, All, Int32)
Attention
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.All pname, ref int params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.All * -> unit
Paramètres
- index
- Int32
- pname
- All
- params
- Int32
- Attributs
S’applique à
GetVertexAttrib(Int32, VertexAttribParameter, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.VertexAttribParameter pname, out int params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.VertexAttribParameter * -> unit
Paramètres
- index
- Int32
- pname
- VertexAttribParameter
- params
- Int32
- Attributs
S’applique à
GetVertexAttrib(Int32, VertexAttribParameter, Int32*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.VertexAttribParameter pname, int* params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.VertexAttribParameter * nativeptr<int> -> unit
Paramètres
- index
- Int32
- pname
- VertexAttribParameter
- params
- Int32*
- Attributs
S’applique à
GetVertexAttrib(Int32, VertexAttribParameter, Int32[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribiv", Version="2.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.VertexAttribParameter pname, int[] params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.VertexAttribParameter * int[] -> unit
Paramètres
- index
- Int32
- pname
- VertexAttribParameter
- params
- Int32[]
- Attributs
S’applique à
GetVertexAttrib(Int32, VertexAttribParameter, Single)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.VertexAttribParameter pname, out float params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.VertexAttribParameter * -> unit
Paramètres
- index
- Int32
- pname
- VertexAttribParameter
- params
- Single
- Attributs
S’applique à
GetVertexAttrib(Int32, All, Single[])
Attention
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribfv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES20.All pname, float[] params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES20.All * single[] -> unit
Paramètres
- index
- Int32
- pname
- All
- params
- Single[]
- Attributs