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