GL.VertexAttribPointer Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Gilt für:
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
- Attribute
Gilt für:
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)
Wichtig
Diese API ist nicht CLS-kompatibel.
[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
- Attribute
Gilt für:
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)
Wichtig
Diese API ist nicht CLS-kompatibel.
[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
- Attribute
Gilt für:
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])
Wichtig
Diese API ist nicht CLS-kompatibel.
[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)
Typparameter
- T5
Parameter
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[]
- Attribute
Gilt für:
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])
Wichtig
Diese API ist nicht CLS-kompatibel.
[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)
Typparameter
- T5
Parameter
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,]
- Attribute
Gilt für:
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])
Wichtig
Diese API ist nicht CLS-kompatibel.
[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)
Typparameter
- T5
Parameter
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,,]
- Attribute
Gilt für:
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5)
Wichtig
Diese API ist nicht CLS-kompatibel.
[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)
Typparameter
- T5
Parameter
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5
- Attribute
Gilt für:
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)
Typparameter
- T5
Parameter
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,,]
- Attribute
Gilt für:
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)
Typparameter
- T5
Parameter
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,]
- Attribute
Gilt für:
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)
Typparameter
- T5
Parameter
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5
- Attribute
Gilt für:
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)
Typparameter
- T5
Parameter
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[]
- Attribute