Bagikan melalui


GL.VertexAttribPointer Metode

Definisi

Overload

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

Parameter

index
Int32
size
Int32
normalized
Boolean
stride
Int32
offset
Int32

Berlaku untuk

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

Parameter

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
IntPtr

nativeint

Atribut

Berlaku untuk

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

Penting

API ini bukan kompatibel 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

Parameter

index
UInt32
size
Int32
normalized
Boolean
stride
Int32
offset
Int32
Atribut

Berlaku untuk

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

Penting

API ini bukan kompatibel 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

Parameter

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
IntPtr

nativeint

Atribut

Berlaku untuk

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

Penting

API ini bukan kompatibel 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)

Jenis parameter

T5

Parameter

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

Berlaku untuk

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

Penting

API ini bukan kompatibel 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)

Jenis parameter

T5

Parameter

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

Berlaku untuk

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

Penting

API ini bukan kompatibel 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)

Jenis parameter

T5

Parameter

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

Berlaku untuk

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

Penting

API ini bukan kompatibel 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)

Jenis parameter

T5

Parameter

indx
UInt32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5
Atribut

Berlaku untuk

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)

Jenis parameter

T5

Parameter

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

Berlaku untuk

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)

Jenis parameter

T5

Parameter

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

Berlaku untuk

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)

Jenis parameter

T5

Parameter

indx
Int32
size
Int32
normalized
Boolean
stride
Int32
ptr
T5
Atribut

Berlaku untuk

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)

Jenis parameter

T5

Parameter

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

Berlaku untuk