set(vertexIndices:value:)
Sets the data for the given vertex indices to a common value.
Declaration
mutating func set(vertexIndices: [UInt32], value: ElementType)Parameters
- vertexIndices:
The indices of the vertices to update.
- value:
The value to assign to each of the specified vertices.