次の方法で共有


GL.GetInteger メソッド

定義

オーバーロード

GetInteger(GetPName, Int32[])
GetInteger(GetPName, Int32*)
GetInteger(GetPName, Int32)
GetInteger(All, Int32)
古い.
GetInteger(All, Int32*)
古い.
GetInteger(All, Int32[])
古い.

GetInteger(GetPName, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetIntegerv", Version="2.0")]
public static void GetInteger (OpenTK.Graphics.ES20.GetPName pname, int[] params);
static member GetInteger : OpenTK.Graphics.ES20.GetPName * int[] -> unit

パラメーター

pname
GetPName
params
Int32[]
属性

適用対象

GetInteger(GetPName, Int32*)

重要

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetIntegerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetInteger (OpenTK.Graphics.ES20.GetPName pname, int* params);
static member GetInteger : OpenTK.Graphics.ES20.GetPName * nativeptr<int> -> unit

パラメーター

pname
GetPName
params
Int32*
属性

適用対象

GetInteger(GetPName, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetIntegerv", Version="2.0")]
public static void GetInteger (OpenTK.Graphics.ES20.GetPName pname, out int params);
static member GetInteger : OpenTK.Graphics.ES20.GetPName *  -> unit

パラメーター

pname
GetPName
params
Int32
属性

適用対象

GetInteger(All, Int32)

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetIntegerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetInteger (OpenTK.Graphics.ES20.All pname, ref int params);
static member GetInteger : OpenTK.Graphics.ES20.All *  -> unit

パラメーター

pname
All
params
Int32
属性

適用対象

GetInteger(All, Int32*)

注意事項

Use the overload with strongly typed enumerations

重要

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetIntegerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetInteger (OpenTK.Graphics.ES20.All pname, int* params);
static member GetInteger : OpenTK.Graphics.ES20.All * nativeptr<int> -> unit

パラメーター

pname
All
params
Int32*
属性

適用対象

GetInteger(All, Int32[])

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetIntegerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetInteger (OpenTK.Graphics.ES20.All pname, int[] params);
static member GetInteger : OpenTK.Graphics.ES20.All * int[] -> unit

パラメーター

pname
All
params
Int32[]
属性

適用対象