From 49fde2f4716c9ec1893fb63e7edad1e8bfa40516 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 29 Sep 2021 23:49:19 -0700 Subject: [PATCH] Updated ModelMeshPart (markdown) --- ModelMeshPart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelMeshPart.md b/ModelMeshPart.md index c83bb83..70e525f 100644 --- a/ModelMeshPart.md +++ b/ModelMeshPart.md @@ -43,7 +43,7 @@ All members of ModelMeshPart are public to facilitate writing custom model loade * _vertexStride_ - Stride in bytes for each vertex in the vertex buffer associated with this submesh. This is used when calling Direct3D 12's ``IASetVertexBuffers`` method. -* _vertexCount_ - Number of vertices in the vertex buffer associated with this submesh. +* _vertexCount_ - Number of vertices in the vertex buffer associated with this submesh. *This is optional metadata and can be 0 if unknown.* * _vertexBufferSize_ - Size of the vertex buffer. This is used when calling Direct3D12's ``IASetVertexBuffers`` method.