GL.VertexAttribPointer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- index
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- offset
- Int32
適用於
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
參數
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
-
IntPtr
nativeint
- 屬性
適用於
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, Int32)
重要
此 API 不符合 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
參數
- index
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- offset
- Int32
- 屬性
適用於
VertexAttribPointer(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, IntPtr)
重要
此 API 不符合 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
參數
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
-
IntPtr
nativeint
- 屬性
適用於
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[])
重要
此 API 不符合 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)
類型參數
- T5
參數
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[]
- 屬性
適用於
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,])
重要
此 API 不符合 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)
類型參數
- T5
參數
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,]
- 屬性
適用於
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5[,,])
重要
此 API 不符合 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)
類型參數
- T5
參數
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,,]
- 屬性
適用於
VertexAttribPointer<T5>(UInt32, Int32, VertexAttribPointerType, Boolean, Int32, T5)
重要
此 API 不符合 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)
類型參數
- T5
參數
- indx
- UInt32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5
- 屬性
適用於
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)
類型參數
- T5
參數
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,,]
- 屬性
適用於
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)
類型參數
- T5
參數
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[,]
- 屬性
適用於
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)
類型參數
- T5
參數
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5
- 屬性
適用於
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)
類型參數
- T5
參數
- indx
- Int32
- size
- Int32
- normalized
- Boolean
- stride
- Int32
- ptr
- T5[]
- 屬性