New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@luma.gl/webgpu

Package Overview
Dependencies
Maintainers
7
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/webgpu - npm Package Compare versions

Comparing version 9.0.0-alpha.47 to 9.0.0-alpha.48

4

dist/adapter/resources/webgpu-texture.js

@@ -19,4 +19,4 @@ import { Texture } from '@luma.gl/core';

this.sampler = void 0;
this.height = void 0;
this.width = void 0;
this.height = 1;
this.width = 1;
if (typeof this.props.format === 'number') {

@@ -23,0 +23,0 @@ throw new Error('number format');

@@ -66,7 +66,4 @@ import { Device, CanvasContext, log, uid } from '@luma.gl/core';

gpu: 'unknown',
shadingLanguages: ['wgsl'],
shadingLanguageVersions: {
glsl: '450',
wgsl: '100'
},
shadingLanguage: 'wgsl',
shadingLanguageVersion: 100,
vendorMasked: '',

@@ -73,0 +70,0 @@ rendererMasked: ''

{
"name": "@luma.gl/webgpu",
"version": "9.0.0-alpha.47",
"version": "9.0.0-alpha.48",
"description": "WebGPU adapter for the luma.gl API",

@@ -40,7 +40,7 @@ "type": "module",

"@babel/runtime": "^7.0.0",
"@luma.gl/core": "9.0.0-alpha.47",
"@luma.gl/core": "9.0.0-alpha.48",
"@probe.gl/env": "^4.0.2",
"@webgpu/types": "^0.1.34"
},
"gitHead": "7c6e28518021f98c7d0739f5cbdac386144206a1"
"gitHead": "e57479712693a82ec918382020dd2593035e29b0"
}

@@ -22,4 +22,4 @@ // luma.gl, MIT license

override height: number;
override width: number;
override height: number = 1;
override width: number = 1;

@@ -26,0 +26,0 @@ // static async createFromImageURL(src, usage = 0) {

@@ -112,7 +112,4 @@ // prettier-ignore

gpu: 'unknown', // 'nvidia' | 'amd' | 'intel' | 'apple' | 'unknown',
shadingLanguages: ['wgsl'],
shadingLanguageVersions: {
glsl: '450',
wgsl: '100'
},
shadingLanguage: 'wgsl',
shadingLanguageVersion: 100,
vendorMasked: '',

@@ -119,0 +116,0 @@ rendererMasked: ''

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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