Skip to content

Commit

Permalink
Return type for GPUInternalError constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Oct 27, 2022
1 parent 05f492c commit f7096a4
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 f7096a4

Please sign in to comment.