次の方法で共有


GL.GetInteger64 メソッド

定義

オーバーロード

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)

[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

パラメーター

pname
GetPName
params
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*
属性

適用対象

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

パラメーター

pname
GetPName
params
Int64[]
属性

適用対象