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[]
- 属性