@luma.gl/webgpu
Advanced tools
Comparing version 9.0.0-alpha.47 to 9.0.0-alpha.48
@@ -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
622202
9042
+ Added@luma.gl/core@9.0.0-alpha.48(transitive)
- Removed@luma.gl/core@9.0.0-alpha.47(transitive)
Updated@luma.gl/core@9.0.0-alpha.48