共用方式為


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
屬性

適用於