GL.GetPointer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri di tipo
- T1
Parametri
- pname
- All
- params
- T1[,,]
- Attributi
Si applica a
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)
Parametri di tipo
- T1
Parametri
- pname
- All
- params
- T1[,]
- Attributi
Si applica a
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)
Parametri di tipo
- T1
Parametri
- pname
- All
- params
- T1
- Attributi
Si applica a
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)
Parametri di tipo
- T1
Parametri
- pname
- All
- params
- T1[]
- Attributi