GL.GetPointer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetPointer(All, IntPtr) | |
GetPointer<T1>(All, T1[,,]) | |
GetPointer<T1>(All, T1[,]) | |
GetPointer<T1>(All, T1) | |
GetPointer<T1>(All, T1[]) |
GetPointer(All, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetPointerv", Version="1.1")]
public static void GetPointer (OpenTK.Graphics.ES11.All pname, IntPtr params);
static member GetPointer : OpenTK.Graphics.ES11.All * nativeint -> unit
Paramètres
- pname
- All
- params
-
IntPtr
nativeint
- Attributs
S’applique à
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)
Paramètres de type
- T1
Paramètres
- pname
- All
- params
- T1[,,]
- Attributs
S’applique à
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)
Paramètres de type
- T1
Paramètres
- pname
- All
- params
- T1[,]
- Attributs
S’applique à
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)
Paramètres de type
- T1
Paramètres
- pname
- All
- params
- T1
- Attributs
S’applique à
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)
Paramètres de type
- T1
Paramètres
- pname
- All
- params
- T1[]
- Attributs