Skip to content

Commit

Permalink
Return type for GPUInternalError constructor (#110)
Browse files Browse the repository at this point in the history
Fixes #108
  • Loading branch information
kainino0x authored Oct 27, 2022
1 parent 05f492c commit 74281e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ declare var GPUInternalError: {
prototype: GPUInternalError;
new (
message: string
);
): GPUInternalError;
};

interface GPUOutOfMemoryError
Expand Down

0 comments on commit 74281e4

Please sign in to comment.