GL.GetInteger メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| GetInteger(GetPName, Int32[]) | |
| GetInteger(GetPName, Int32*) | |
| GetInteger(GetPName, Int32) | |
| GetInteger(All, Int32) |
古い.
|
| GetInteger(All, Int32*) |
古い.
|
| GetInteger(All, Int32[]) |
古い.
|
GetInteger(GetPName, 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)
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[]
- 属性