@webgpu/types
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -73,6 +73,6 @@ // https://github.com/gpuweb/gpuweb/blob/0a2bb28a584aa1c6adabaec1f841ed29de400626/spec/index.bs | ||
| "equal" | ||
| "lessEqual" | ||
| "less-equal" | ||
| "greater" | ||
| "notEqual" | ||
| "greaterEqual" | ||
| "not-equal" | ||
| "greater-equal" | ||
| "always"; | ||
@@ -79,0 +79,0 @@ export type GPUCullMode = "none" | "front" | "back"; |
{ | ||
"name": "@webgpu/types", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"main": "", | ||
"license": "Apache-2.0" | ||
} |
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
20412