Condividi tramite


GL.GetVertexAttribPointer Metodo

Definizione

Overload

GetVertexAttribPointer(Int32, All, IntPtr)
Obsoleti.
GetVertexAttribPointer(Int32, VertexAttribPointerParameter, IntPtr)
GetVertexAttribPointer(UInt32, All, IntPtr)
Obsoleti.
GetVertexAttribPointer(UInt32, VertexAttribPointerParameter, IntPtr)
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[])
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[,])
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[,,])
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2)
GetVertexAttribPointer<T2>(UInt32, All, T2[])
Obsoleti.
GetVertexAttribPointer<T2>(UInt32, All, T2[,])
Obsoleti.
GetVertexAttribPointer<T2>(UInt32, All, T2)
Obsoleti.
GetVertexAttribPointer<T2>(UInt32, All, T2[,,])
Obsoleti.
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[,])
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[,,])
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2)
GetVertexAttribPointer<T2>(Int32, All, T2[])
Obsoleti.
GetVertexAttribPointer<T2>(Int32, All, T2[,])
Obsoleti.
GetVertexAttribPointer<T2>(Int32, All, T2[,,])
Obsoleti.
GetVertexAttribPointer<T2>(Int32, All, T2)
Obsoleti.
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[])

GetVertexAttribPointer(Int32, All, IntPtr)

Attenzione

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer (int index, OpenTK.Graphics.ES20.All pname, IntPtr pointer);
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * nativeint -> unit

Parametri

index
Int32
pname
All
pointer
IntPtr

nativeint

Attributi

Si applica a

GetVertexAttribPointer(Int32, VertexAttribPointerParameter, IntPtr)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, IntPtr pointer);
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * nativeint -> unit

Parametri

index
Int32
pointer
IntPtr

nativeint

Attributi

Si applica a

GetVertexAttribPointer(UInt32, All, IntPtr)

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer (uint index, OpenTK.Graphics.ES20.All pname, IntPtr pointer);
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * nativeint -> unit

Parametri

index
UInt32
pname
All
pointer
IntPtr

nativeint

Attributi

Si applica a

GetVertexAttribPointer(UInt32, VertexAttribPointerParameter, IntPtr)

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, IntPtr pointer);
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * nativeint -> unit

Parametri

index
UInt32
pointer
IntPtr

nativeint

Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[])

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pointer
T2[]
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[,])

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pointer
T2[,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[,,])

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pointer
T2[,,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2)

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter *  -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pointer
T2
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, All, T2[])

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * 'T2[] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pname
All
pointer
T2[]
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, All, T2[,])

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * 'T2[,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pname
All
pointer
T2[,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, All, T2)

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All *  -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pname
All
pointer
T2
Attributi

Si applica a

GetVertexAttribPointer<T2>(UInt32, All, T2[,,])

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * 'T2[,,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
UInt32
pname
All
pointer
T2[,,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[,])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pointer
T2[,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[,,])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pointer
T2[,,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter *  -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pointer
T2
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, All, T2[])

Attenzione

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * 'T2[] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pname
All
pointer
T2[]
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, All, T2[,])

Attenzione

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * 'T2[,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pname
All
pointer
T2[,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, All, T2[,,])

Attenzione

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * 'T2[,,] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pname
All
pointer
T2[,,]
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, All, T2)

Attenzione

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All *  -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pname
All
pointer
T2
Attributi

Si applica a

GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[] -> unit (requires 'T2 : struct)

Parametri di tipo

T2

Parametri

index
Int32
pointer
T2[]
Attributi

Si applica a