GL.VertexAttrib4 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
VertexAttrib4(Int32, Single*)
VertexAttrib4(UInt32, Single)
VertexAttrib4(UInt32, Single*)
VertexAttrib4(UInt32, Single[])
VertexAttrib4(Int32, Single, Single, Single, Single)
VertexAttrib4(UInt32, Single, Single, Single, Single)
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glVertexAttrib4f", Version="2.0")]
[System.CLSCompliant(false)]
public static void VertexAttrib4(uint indx, float x, float y, float z, float w);
static member VertexAttrib4 : uint32 * single * single * single * single -> unit
参数
- indx
- UInt32
- x
- Single
- y
- Single
- z
- Single
- w
- Single
- 属性