GL.VertexPointer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
VertexPointer(Int32, All, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glVertexPointer", Version="1.1")]
public static void VertexPointer (int size, OpenTK.Graphics.ES11.All type, int stride, IntPtr pointer);
static member VertexPointer : int * OpenTK.Graphics.ES11.All * int * nativeint -> unit
參數
- size
- Int32
- type
- All
- stride
- Int32
- pointer
-
IntPtr
nativeint
- 屬性
適用於
VertexPointer<T3>(Int32, All, Int32, T3[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glVertexPointer", Version="1.1")]
public static void VertexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[] pointer) where T3 : struct;
static member VertexPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[] -> unit (requires 'T3 : struct)
類型參數
- T3
參數
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[]
- 屬性
適用於
VertexPointer<T3>(Int32, All, Int32, T3)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glVertexPointer", Version="1.1")]
public static void VertexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, out T3 pointer) where T3 : struct;
static member VertexPointer : int * OpenTK.Graphics.ES11.All * int * -> unit (requires 'T3 : struct)
類型參數
- T3
參數
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3
- 屬性
適用於
VertexPointer<T3>(Int32, All, Int32, T3[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glVertexPointer", Version="1.1")]
public static void VertexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,,] pointer) where T3 : struct;
static member VertexPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,,] -> unit (requires 'T3 : struct)
類型參數
- T3
參數
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[,,]
- 屬性
適用於
VertexPointer<T3>(Int32, All, Int32, T3[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glVertexPointer", Version="1.1")]
public static void VertexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,] pointer) where T3 : struct;
static member VertexPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,] -> unit (requires 'T3 : struct)
類型參數
- T3
參數
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[,]
- 屬性