Skip to content

Commit

Permalink
Update webgpu-points.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devloop01 authored and greggman committed Jun 9, 2024
1 parent 73979be commit b0dcdc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webgpu/lessons/webgpu-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct VSOutput {
@vertex fn vs(vert: Vertex,) -> VSOutput {
var vsOut: VSOutput;
vsOut.position = vert.position;
return vsOut;
}
@fragment fn fs(vsOut: VSOutput) -> @location(0) vec4f {
Expand Down

0 comments on commit b0dcdc5

Please sign in to comment.