GL.EnableVertexAttribArray 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
EnableVertexAttribArray(Int32) | |
EnableVertexAttribArray(UInt32) |
EnableVertexAttribArray(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glEnableVertexAttribArray", Version="3.0")]
public static void EnableVertexAttribArray (int index);
static member EnableVertexAttribArray : int -> unit
Parameters
- index
- Int32
- Attributes
Applies to
EnableVertexAttribArray(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glEnableVertexAttribArray", Version="3.0")]
[System.CLSCompliant(false)]
public static void EnableVertexAttribArray (uint index);
static member EnableVertexAttribArray : uint32 -> unit
Parameters
- index
- UInt32
- Attributes