@webgpu/types
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -11,2 +11,3 @@ // https://github.com/gpuweb/gpuweb/blob/38236513beaf98e1579b212c0df6f33bd19691ab/spec/index.bs | ||
// plus #1375 which renamed to GPUImageCopyX (but without removing old names) | ||
// plus #1390 which renamed depth to depthOrArrayLayers | ||
@@ -49,3 +50,3 @@ export {}; | ||
height: number; | ||
depth: number; | ||
depthOrArrayLayers: number; | ||
} | ||
@@ -52,0 +53,0 @@ export type GPUExtent3D = number[] | GPUExtent3DDict; |
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/gpuweb/types/issues", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"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
53832
1643