@webgpu/types
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -37,2 +37,6 @@ // **************************************************************** | ||
export interface OffscreenCanvas { | ||
getContext(contextId: "gpupresent"): GPUCanvasContext | null; | ||
} | ||
export interface GPUColorDict { | ||
@@ -39,0 +43,0 @@ a: number; |
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/gpuweb/types/issues", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"main": "", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36093
1055