共用方式為


GL.Oes.GenVertexArrays 方法

定義

多載

GenVertexArrays(Int32, UInt32[])
GenVertexArrays(Int32, UInt32*)
GenVertexArrays(Int32, UInt32)
GenVertexArrays(Int32, Int32*)
GenVertexArrays(Int32, Int32)
GenVertexArrays(Int32, Int32[])

GenVertexArrays(Int32, UInt32[])

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, uint[] arrays);
static member GenVertexArrays : int * uint32[] -> unit

參數

n
Int32
arrays
UInt32[]
屬性

適用於

GenVertexArrays(Int32, UInt32*)

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, uint* arrays);
static member GenVertexArrays : int * nativeptr<uint32> -> unit

參數

n
Int32
arrays
UInt32*
屬性

適用於

GenVertexArrays(Int32, UInt32)

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, out uint arrays);
static member GenVertexArrays : int *  -> unit

參數

n
Int32
arrays
UInt32
屬性

適用於

GenVertexArrays(Int32, Int32*)

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, int* arrays);
static member GenVertexArrays : int * nativeptr<int> -> unit

參數

n
Int32
arrays
Int32*
屬性

適用於

GenVertexArrays(Int32, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenVertexArraysOES", Version="2.0")]
public static void GenVertexArrays (int n, out int arrays);
static member GenVertexArrays : int *  -> unit

參數

n
Int32
arrays
Int32
屬性

適用於

GenVertexArrays(Int32, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenVertexArraysOES", Version="2.0")]
public static void GenVertexArrays (int n, int[] arrays);
static member GenVertexArrays : int * int[] -> unit

參數

n
Int32
arrays
Int32[]
屬性

適用於