The amount of vertices from a vertex buffer that defines a ray tracing geometry.
Together with vertexStart it defines the range of vertices that are referenced by the indices from an index buffer. In usual scenarios, the value of this field is the total amount of vertices in the vertex buffer while indexStart and indexCount define the sub-geometry range.