GL.GetInteger Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetInteger(GetPName, Int32[]) | |
GetInteger(GetPName, Int32*) | |
GetInteger(GetPName, Int32) | |
GetInteger(All, Int32) |
Obsoleti.
|
GetInteger(All, Int32*) |
Obsoleti.
|
GetInteger(All, Int32[]) |
Obsoleti.
|
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
Parametri
- pname
- GetPName
- params
- Int32[]
- Attributi
Si applica a
GetInteger(GetPName, Int32*)
Importante
Questa API non è 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
Parametri
- pname
- GetPName
- params
- Int32*
- Attributi
Si applica a
GetInteger(GetPName, Int32)
GetInteger(All, Int32)
Attenzione
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
Parametri
- pname
- All
- params
- Int32
- Attributi
Si applica a
GetInteger(All, Int32*)
Attenzione
Use the overload with strongly typed enumerations
Importante
Questa API non è 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
Parametri
- pname
- All
- params
- Int32*
- Attributi
Si applica a
GetInteger(All, Int32[])
Attenzione
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
Parametri
- pname
- All
- params
- Int32[]
- Attributi