@webgpu/types
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -5,2 +5,3 @@ // https://github.com/gpuweb/gpuweb/blob/38236513beaf98e1579b212c0df6f33bd19691ab/spec/index.bs | ||
// except removal of old setIndexBuffer signature in #943 | ||
// plus #873 which added aspect back to GPUTextureCopyView | ||
@@ -15,2 +16,6 @@ export {}; | ||
export interface HTMLCanvasElement { | ||
getContext(contextId: "gpupresent"): GPUCanvasContext | null; | ||
} | ||
export interface GPUColorDict { | ||
@@ -318,2 +323,3 @@ a: number; | ||
origin?: GPUOrigin3D; | ||
aspect?: GPUTextureAspect; | ||
} | ||
@@ -583,3 +589,4 @@ | ||
finish(descriptor?: GPUCommandBufferDescriptor): GPUCommandBuffer; | ||
resolveQuerySet(querySet: GPUQuerySet, firstQuery: number, queryCount: number, destination: GPUBuffer, destinationOffset: number): void; | ||
writeTimestamp(querySet: GPUQuerySet, queryIndex: number): void; | ||
@@ -586,0 +593,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/gpuweb/types/issues", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"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
52336
1602