GL.GetInteger Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| GetInteger(GetPName, Int32[]) | |
| GetInteger(GetPName, Int32*) | |
| GetInteger(GetPName, Int32) | |
| GetInteger(All, Int32) |
Obsoletos.
|
| GetInteger(All, Int32*) |
Obsoletos.
|
| GetInteger(All, Int32[]) |
Obsoletos.
|
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
Parámetros
- pname
- GetPName
- params
- Int32[]
- Atributos
Se aplica a
GetInteger(GetPName, Int32*)
Importante
Esta API no es conforme a 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
Parámetros
- pname
- GetPName
- params
- Int32*
- Atributos
Se aplica a
GetInteger(GetPName, Int32)
GetInteger(All, Int32)
Precaución
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
Parámetros
- pname
- All
- params
- Int32
- Atributos
Se aplica a
GetInteger(All, Int32*)
Precaución
Use the overload with strongly typed enumerations
Importante
Esta API no es conforme a 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
Parámetros
- pname
- All
- params
- Int32*
- Atributos
Se aplica a
GetInteger(All, Int32[])
Precaución
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
Parámetros
- pname
- All
- params
- Int32[]
- Atributos