GL.GenVertexArrays Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GenVertexArrays(Int32, Int32) | |
GenVertexArrays(Int32, Int32*) | |
GenVertexArrays(Int32, Int32[]) | |
GenVertexArrays(Int32, UInt32) | |
GenVertexArrays(Int32, UInt32*) | |
GenVertexArrays(Int32, UInt32[]) |
GenVertexArrays(Int32, Int32)
GenVertexArrays(Int32, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, int* arrays);
static member GenVertexArrays : int * nativeptr<int> -> unit
Parameters
- n
- Int32
- arrays
- Int32*
- Attributes
Applies to
GenVertexArrays(Int32, Int32[])
GenVertexArrays(Int32, UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, out uint arrays);
static member GenVertexArrays : int * -> unit
Parameters
- n
- Int32
- arrays
- UInt32
- Attributes
Applies to
GenVertexArrays(Int32, UInt32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, uint* arrays);
static member GenVertexArrays : int * nativeptr<uint32> -> unit
Parameters
- n
- Int32
- arrays
- UInt32*
- Attributes
Applies to
GenVertexArrays(Int32, UInt32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, uint[] arrays);
static member GenVertexArrays : int * uint32[] -> unit
Parameters
- n
- Int32
- arrays
- UInt32[]
- Attributes