GL.GetPointer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetPointer(All, IntPtr) | |
GetPointer<T1>(All, T1[,,]) | |
GetPointer<T1>(All, T1[,]) | |
GetPointer<T1>(All, T1) | |
GetPointer<T1>(All, T1[]) |
GetPointer(All, IntPtr)
GetPointer<T1>(All, T1[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetPointerv", Version="1.1")]
public static void GetPointer<T1> (OpenTK.Graphics.ES11.All pname, T1[,,] params) where T1 : struct;
static member GetPointer : OpenTK.Graphics.ES11.All * 'T1[,,] -> unit (requires 'T1 : struct)
類型參數
- T1
參數
- pname
- All
- params
- T1[,,]
- 屬性
適用於
GetPointer<T1>(All, T1[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetPointerv", Version="1.1")]
public static void GetPointer<T1> (OpenTK.Graphics.ES11.All pname, T1[,] params) where T1 : struct;
static member GetPointer : OpenTK.Graphics.ES11.All * 'T1[,] -> unit (requires 'T1 : struct)
類型參數
- T1
參數
- pname
- All
- params
- T1[,]
- 屬性
適用於
GetPointer<T1>(All, T1)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetPointerv", Version="1.1")]
public static void GetPointer<T1> (OpenTK.Graphics.ES11.All pname, out T1 params) where T1 : struct;
static member GetPointer : OpenTK.Graphics.ES11.All * -> unit (requires 'T1 : struct)
類型參數
- T1
參數
- pname
- All
- params
- T1
- 屬性
適用於
GetPointer<T1>(All, T1[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetPointerv", Version="1.1")]
public static void GetPointer<T1> (OpenTK.Graphics.ES11.All pname, T1[] params) where T1 : struct;
static member GetPointer : OpenTK.Graphics.ES11.All * 'T1[] -> unit (requires 'T1 : struct)
類型參數
- T1
參數
- pname
- All
- params
- T1[]
- 屬性