GL.VertexAttrib1 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
VertexAttrib1(UInt32, Single*) | |
VertexAttrib1(Int32, Single[]) | |
VertexAttrib1(UInt32, Single[]) | |
VertexAttrib1(UInt32, Single) | |
VertexAttrib1(Int32, Single) | |
VertexAttrib1(Int32, Single*) |
VertexAttrib1(UInt32, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib1fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib1 (uint indx, float* values);
static member VertexAttrib1 : uint32 * nativeptr<single> -> unit
Parameters
- indx
- UInt32
- values
- Single*
- Attributes
Applies to
VertexAttrib1(Int32, Single[])
VertexAttrib1(UInt32, Single[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib1fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib1 (uint indx, float[] values);
static member VertexAttrib1 : uint32 * single[] -> unit
Parameters
- indx
- UInt32
- values
- Single[]
- Attributes
Applies to
VertexAttrib1(UInt32, Single)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib1f", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib1 (uint indx, float x);
static member VertexAttrib1 : uint32 * single -> unit
Parameters
- indx
- UInt32
- x
- Single
- Attributes
Applies to
VertexAttrib1(Int32, Single)
VertexAttrib1(Int32, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib1fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib1 (int indx, float* values);
static member VertexAttrib1 : int * nativeptr<single> -> unit
Parameters
- indx
- Int32
- values
- Single*
- Attributes