Compartir a través de


GL.VertexAttribPointer Método

Definición

Sobrecargas

VertexAttribPointer(Int32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)
VertexAttribPointer(Int32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5)
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5)
VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])

VertexAttribPointer(Int32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)

public static void VertexAttribPointer (int index, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, int offset);
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * int -> unit

Parámetros

index
Int32
size
Int32
normalized
Boolean
stride
Int32
offset
Int32

Se aplica a

VertexAttribPointer(Int32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, IntPtr ptr);
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * nativeint -> unit

Parámetros

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
IntPtr

nativeint

Atributos

Se aplica a

VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)

Importante

Esta API no es conforme a CLS.

[System.CLSCompliant(false)]
public static void VertexAttribPointer (uint index, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, int offset);
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * int -> unit

Parámetros

index
UInt32
size
Int32
normalized
Boolean
stride
Int32
offset
Int32
Atributos

Se aplica a

VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, IntPtr ptr);
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * nativeint -> unit

Parámetros

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
IntPtr

nativeint

Atributos

Se aplica a

VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[] ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[] -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5[]
Atributos

Se aplica a

VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,] ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,] -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5[,]
Atributos

Se aplica a

VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,,] ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,,] -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5[,,]
Atributos

Se aplica a

VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttribPointer<T5> (uint indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, out T5 ptr) where T5 : struct;
static member VertexAttribPointer : uint32 * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int *  -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5
Atributos

Se aplica a

VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,,] ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,,] -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5[,,]
Atributos

Se aplica a

VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[,] ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[,] -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5[,]
Atributos

Se aplica a

VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, out T5 ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int *  -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5
Atributos

Se aplica a

VertexAttribPointer<T5>(Int32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttribPointer", Version="3.0")]
public static void VertexAttribPointer<T5> (int indx, int size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, int stride, T5[] ptr) where T5 : struct;
static member VertexAttribPointer : int * int * OpenTK.Graphics.ES30.VertexAttribPointerType * bool * int * 'T5[] -> unit (requires 'T5 : struct)

Parámetros de tipo

T5

Parámetros

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5[]
Atributos

Se aplica a