GL.Oes.GetBufferPointer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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="1.1", EntryPoint="glGetBufferPointervOES", Version="1.1")]
public static void GetBufferPointer (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, IntPtr params);
static member GetBufferPointer : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeint -> unit
Parámetros
- target
- All
- pname
- All
- params
-
IntPtr
nativeint
- Atributos
Se aplica a
GetBufferPointer<T2>(All, All, T2)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetBufferPointervOES", Version="1.1")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, out T2 params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * -> unit (requires 'T2 : struct)
Parámetros de tipo
- T2
Parámetros
- target
- All
- pname
- All
- params
- T2
- Atributos
Se aplica a
GetBufferPointer<T2>(All, All, T2[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetBufferPointervOES", Version="1.1")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, T2[,,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T2[,,] -> unit (requires 'T2 : struct)
Parámetros de tipo
- T2
Parámetros
- target
- All
- pname
- All
- params
- T2[,,]
- Atributos
Se aplica a
GetBufferPointer<T2>(All, All, T2[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetBufferPointervOES", Version="1.1")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, T2[,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T2[,] -> unit (requires 'T2 : struct)
Parámetros de tipo
- T2
Parámetros
- target
- All
- pname
- All
- params
- T2[,]
- Atributos
Se aplica a
GetBufferPointer<T2>(All, All, T2[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetBufferPointervOES", Version="1.1")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, T2[] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T2[] -> unit (requires 'T2 : struct)
Parámetros de tipo
- T2
Parámetros
- target
- All
- pname
- All
- params
- T2[]
- Atributos