GL.GetPointer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Type Parameters
- T1
Parameters
- pname
- All
- params
- T1[,,]
- Attributes
Applies to
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)
Type Parameters
- T1
Parameters
- pname
- All
- params
- T1[,]
- Attributes
Applies to
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)
Type Parameters
- T1
Parameters
- pname
- All
- params
- T1
- Attributes
Applies to
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)
Type Parameters
- T1
Parameters
- pname
- All
- params
- T1[]
- Attributes