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.34 to 0.0.35

8

dist/index.d.ts

@@ -7,2 +7,4 @@ // https://github.com/gpuweb/gpuweb/blob/38236513beaf98e1579b212c0df6f33bd19691ab/spec/index.bs

// plus #971 which added stencil8 to GPUTextureFormat
// plus #1168 which renamed OUTPUT_ATTACHMENT to RENDER_ATTACHMENT
// plus #1367 which renamed defaultQueue to queue

@@ -255,3 +257,3 @@ export {};

STORAGE: 0x08;
OUTPUT_ATTACHMENT: 0x10;
RENDER_ATTACHMENT: 0x10;
};

@@ -590,3 +592,3 @@

finish(descriptor?: GPUCommandBufferDescriptor): GPUCommandBuffer;
resolveQuerySet(querySet: GPUQuerySet, firstQuery: number, queryCount: number, destination: GPUBuffer, destinationOffset: number): void;

@@ -692,3 +694,3 @@ writeTimestamp(querySet: GPUQuerySet, queryIndex: number): void;

defaultQueue: GPUQueue;
queue: GPUQueue;

@@ -695,0 +697,0 @@ pushErrorScope(filter: GPUErrorFilter): void;

@@ -6,3 +6,3 @@ {

"bugs": "https://github.com/gpuweb/types/issues",
"version": "0.0.34",
"version": "0.0.35",
"main": "",

@@ -9,0 +9,0 @@ "types": "dist/index.d.ts",

@@ -237,3 +237,3 @@ // https://github.com/gpuweb/gpuweb/blob/01b20b4ad93fabae1e8e0d7752515f69708d33e0/spec/index.bs

Storage = 0x08,
OutputAttachment = 0x10,
RenderAttachment = 0x10,
}

@@ -240,0 +240,0 @@ export const enum MapMode {

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