VertexAttributeDescriptorConstructor

切换到手册
public VertexAttributeDescriptor (Rendering.VertexAttribute attribute, Rendering.VertexAttributeFormat format, int dimension, int stream);

参数

attribute VertexAttribute
format顶点属性的格式。默认值为 VertexAttributeFormat.Float32
dimension顶点属性的维度(1 到 4)。默认值为 3。
stream应将属性放置在此顶点缓冲区流中。默认值为 0。

描述

创建一个 VertexAttributeDescriptor 结构。