GL.GetInteger64 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
GetInteger64(All, Int64)
Attention
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
Paramètres
- pname
- All
- params
- Int64
- Attributs
S’applique à
GetInteger64(All, Int64*)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme 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
Paramètres
- pname
- All
- params
- Int64*
- Attributs
S’applique à
GetInteger64(All, Int64[])
Attention
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
Paramètres
- pname
- All
- params
- Int64[]
- Attributs
S’applique à
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
Paramètres
- pname
- GetPName
- params
- Int64
- Attributs
S’applique à
GetInteger64(GetPName, Int64*)
Important
Cette API n’est pas conforme 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
Paramètres
- pname
- GetPName
- params
- Int64*
- Attributs
S’applique à
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
Paramètres
- pname
- GetPName
- params
- Int64[]
- Attributs