Skip to content

Commit

Permalink
Added comments to mesh code
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Oct 19, 2023
1 parent 271a59b commit d55f6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meshes/mesh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface Mesh {
vertexStride: number;
}


/**
* @param {GPUDevice} device - A valid GPUDevice.
* @param {Mesh} mesh - An indexed triangle-list mesh, containing its vertices, indices, and vertexStride (number of elements per vertex).
Expand Down

0 comments on commit d55f6cd

Please sign in to comment.