Version: 2020.1
언어: 한국어

VertexAttributeDescriptorConstructor

매뉴얼로 전환
public VertexAttributeDescriptor (Rendering.VertexAttribute attribute, Rendering.VertexAttributeFormat format, int dimension, int stream);

파라미터

attribute The VertexAttribute.
format Format of the vertex attribute. Default is VertexAttributeFormat.Float32.
dimension Dimensionality of the vertex attribute (1 to 4). Default is 3.
stream Vertex buffer stream that the attribute should be placed in. Default is 0.

설명

Create a VertexAttributeDescriptor structure.