GL.Oes.GetBufferPointer 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
GetBufferPointer(All, All, IntPtr) | |
GetBufferPointer<T2>(All, All, T2) | |
GetBufferPointer<T2>(All, All, T2[,,]) | |
GetBufferPointer<T2>(All, All, T2[,]) | |
GetBufferPointer<T2>(All, All, T2[]) |
GetBufferPointer(All, All, IntPtr)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferPointervOES", Version="2.0")]
public static void GetBufferPointer (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, IntPtr params);
static member GetBufferPointer : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeint -> unit
Parameters
- target
- All
- pname
- All
- params
-
IntPtr
nativeint
- Attributes
Applies to
GetBufferPointer<T2>(All, All, T2)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferPointervOES", Version="2.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, out T2 params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * -> unit (requires 'T2 : struct)
Type Parameters
- T2
Parameters
- target
- All
- pname
- All
- params
- T2
- Attributes
Applies to
GetBufferPointer<T2>(All, All, T2[,,])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferPointervOES", Version="2.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, T2[,,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * 'T2[,,] -> unit (requires 'T2 : struct)
Type Parameters
- T2
Parameters
- target
- All
- pname
- All
- params
- T2[,,]
- Attributes
Applies to
GetBufferPointer<T2>(All, All, T2[,])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferPointervOES", Version="2.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, T2[,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * 'T2[,] -> unit (requires 'T2 : struct)
Type Parameters
- T2
Parameters
- target
- All
- pname
- All
- params
- T2[,]
- Attributes
Applies to
GetBufferPointer<T2>(All, All, T2[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferPointervOES", Version="2.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, T2[] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * 'T2[] -> unit (requires 'T2 : struct)
Type Parameters
- T2
Parameters
- target
- All
- pname
- All
- params
- T2[]
- Attributes