Skip to content

Documentation / device / VertexSemantic

Type Alias: VertexSemantic

VertexSemantic = "position" | "normal" | "diffuse" | "tangent" | "blendIndices" | "blendWeights" | "texCoord0" | "texCoord1" | "texCoord2" | "texCoord3" | "texCoord4" | "texCoord5" | "texCoord6" | "texCoord7"

Defined in: libs/device/src/gpuobject.ts:614

The semantic type of vertex

Released under the MIT License.