次の方法で共有


GL.Apple.GetInteger64 メソッド

定義

オーバーロード

GetInteger64(All, Int64[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetInteger64vAPPLE", Version="2.0")]
public static void GetInteger64(OpenTK.Graphics.ES20.All pname, long[] params);
static member GetInteger64 : OpenTK.Graphics.ES20.All * int64[] -> unit

パラメーター

pname
All
params
Int64[]
属性

適用対象

GetInteger64(All, Int64*)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetInteger64vAPPLE", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetInteger64(OpenTK.Graphics.ES20.All pname, long* params);
static member GetInteger64 : OpenTK.Graphics.ES20.All * nativeptr<int64> -> unit

パラメーター

pname
All
params
Int64*
属性

適用対象

GetInteger64(All, Int64)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetInteger64vAPPLE", Version="2.0")]
public static void GetInteger64(OpenTK.Graphics.ES20.All pname, out long params);
static member GetInteger64 : OpenTK.Graphics.ES20.All *  -> unit

パラメーター

pname
All
params
Int64
属性

適用対象