Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webgpu/types

Package Overview
Dependencies
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webgpu/types - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

9

dist/index.d.ts

@@ -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 @@

2

package.json

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc