Skip to content

Commit

Permalink
Add float32-blendable feature (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Oct 15, 2024
1 parent a338748 commit 76d1d69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ type GPUFeatureName =
| "rg11b10ufloat-renderable"
| "bgra8unorm-storage"
| "float32-filterable"
| "float32-blendable"
| "clip-distances"
| "dual-source-blending";
type GPUFilterMode =
Expand Down
1 change: 1 addition & 0 deletions generated/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ type GPUFeatureName =
| "rg11b10ufloat-renderable"
| "bgra8unorm-storage"
| "float32-filterable"
| "float32-blendable"
| "clip-distances"
| "dual-source-blending";
type GPUFilterMode =
Expand Down

0 comments on commit 76d1d69

Please sign in to comment.