GL.GetInteger64 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
GetInteger64(All, Int64)
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetInteger64v", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetInteger64 (OpenTK.Graphics.ES30.All pname, out long params);
static member GetInteger64 : OpenTK.Graphics.ES30.All * -> unit
Parâmetros
- pname
- All
- params
- Int64
- Atributos
Aplica-se a
GetInteger64(All, Int64*)
Cuidado
Use the overload with strongly typed enumerations
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetInteger64v", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetInteger64 (OpenTK.Graphics.ES30.All pname, long* params);
static member GetInteger64 : OpenTK.Graphics.ES30.All * nativeptr<int64> -> unit
Parâmetros
- pname
- All
- params
- Int64*
- Atributos
Aplica-se a
GetInteger64(All, Int64[])
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetInteger64v", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetInteger64 (OpenTK.Graphics.ES30.All pname, long[] params);
static member GetInteger64 : OpenTK.Graphics.ES30.All * int64[] -> unit
Parâmetros
- pname
- All
- params
- Int64[]
- Atributos
Aplica-se a
GetInteger64(GetPName, Int64)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetInteger64v", Version="3.0")]
public static void GetInteger64 (OpenTK.Graphics.ES30.GetPName pname, out long params);
static member GetInteger64 : OpenTK.Graphics.ES30.GetPName * -> unit
Parâmetros
- pname
- GetPName
- params
- Int64
- Atributos
Aplica-se a
GetInteger64(GetPName, Int64*)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetInteger64v", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetInteger64 (OpenTK.Graphics.ES30.GetPName pname, long* params);
static member GetInteger64 : OpenTK.Graphics.ES30.GetPName * nativeptr<int64> -> unit
Parâmetros
- pname
- GetPName
- params
- Int64*
- Atributos
Aplica-se a
GetInteger64(GetPName, Int64[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetInteger64v", Version="3.0")]
public static void GetInteger64 (OpenTK.Graphics.ES30.GetPName pname, long[] params);
static member GetInteger64 : OpenTK.Graphics.ES30.GetPName * int64[] -> unit
Parâmetros
- pname
- GetPName
- params
- Int64[]
- Atributos