GL.GetInteger64 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetInteger64(All, Int64) |
已淘汰.
|
GetInteger64(All, Int64*) |
已淘汰.
|
GetInteger64(All, Int64[]) |
已淘汰.
|
GetInteger64(GetPName, Int64) | |
GetInteger64(GetPName, Int64*) | |
GetInteger64(GetPName, Int64[]) |
GetInteger64(All, Int64)
警告
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
參數
- pname
- All
- params
- Int64
- 屬性
適用於
GetInteger64(All, Int64*)
警告
Use the overload with strongly typed enumerations
重要
此 API 不符合 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
參數
- pname
- All
- params
- Int64*
- 屬性
適用於
GetInteger64(All, Int64[])
警告
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
參數
- pname
- All
- params
- Int64[]
- 屬性
適用於
GetInteger64(GetPName, Int64)
GetInteger64(GetPName, Int64*)
重要
此 API 不符合 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
參數
- pname
- GetPName
- params
- Int64*
- 屬性