GL.GetInteger Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetInteger(GetPName, Int32[]) | |
GetInteger(GetPName, Int32*) | |
GetInteger(GetPName, Int32) | |
GetInteger(All, Int32) |
Obsoleto.
|
GetInteger(All, Int32*) |
Obsoleto.
|
GetInteger(All, Int32[]) |
Obsoleto.
|
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
Aplica-se a
GetInteger(GetPName, Int32*)
Importante
Esta API não está em conformidade com 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
Aplica-se a
GetInteger(GetPName, Int32)
GetInteger(All, Int32)
Cuidado
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
Aplica-se a
GetInteger(All, Int32*)
Cuidado
Use the overload with strongly typed enumerations
Importante
Esta API não está em conformidade com 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
Aplica-se a
GetInteger(All, Int32[])
Cuidado
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