GL.VertexAttrib3 Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
VertexAttrib3(UInt32, Single, Single, Single)
Важно!
Этот API несовместим с CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3f", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, float x, float y, float z);
static member VertexAttrib3 : uint32 * single * single * single -> unit
Параметры
- indx
- UInt32
- x
- Single
- y
- Single
- z
- Single
- Атрибуты
Применяется к
VertexAttrib3(Int32, Single, Single, Single)
VertexAttrib3(UInt32, Single[])
Важно!
Этот API несовместим с CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, float[] values);
static member VertexAttrib3 : uint32 * single[] -> unit
Параметры
- indx
- UInt32
- values
- Single[]
- Атрибуты
Применяется к
VertexAttrib3(UInt32, Single*)
Важно!
Этот API несовместим с CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, float* values);
static member VertexAttrib3 : uint32 * nativeptr<single> -> unit
Параметры
- indx
- UInt32
- values
- Single*
- Атрибуты
Применяется к
VertexAttrib3(UInt32, Single)
Важно!
Этот API несовместим с CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (uint indx, ref float values);
static member VertexAttrib3 : uint32 * -> unit
Параметры
- indx
- UInt32
- values
- Single
- Атрибуты
Применяется к
VertexAttrib3(Int32, Single[])
VertexAttrib3(Int32, Single)
VertexAttrib3(Int32, Vector3)
VertexAttrib3(Int32, Vector3)
VertexAttrib3(Int32, Single*)
Важно!
Этот API несовместим с CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glVertexAttrib3fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib3 (int indx, float* values);
static member VertexAttrib3 : int * nativeptr<single> -> unit
Параметры
- indx
- Int32
- values
- Single*
- Атрибуты