Skip to content

Commit

Permalink
Update gpuweb: adds just unorm-10-10-10-2 vertex format (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Oct 2, 2023
1 parent 9952430 commit b29de37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion generated/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ type GPUVertexFormat =
| "sint32"
| "sint32x2"
| "sint32x3"
| "sint32x4";
| "sint32x4"
| "unorm10-10-10-2";
type GPUVertexStepMode =

| "vertex"
Expand Down
2 changes: 1 addition & 1 deletion gpuweb

0 comments on commit b29de37

Please sign in to comment.