@luma.gl/webgpu
Advanced tools
Comparing version 9.0.0-alpha.24 to 9.0.0-alpha.25
@@ -126,3 +126,3 @@ function addDepthStencil(descriptor) { | ||
function addColorState(descriptor) { | ||
var _descriptor$fragment, _descriptor$fragment2, _descriptor$fragment3, _descriptor$fragment4, _descriptor$fragment5; | ||
var _descriptor$fragment, _descriptor$fragment2, _descriptor$fragment3, _descriptor$fragment4; | ||
descriptor.fragment.targets = ((_descriptor$fragment = descriptor.fragment) === null || _descriptor$fragment === void 0 ? void 0 : _descriptor$fragment.targets) || []; | ||
@@ -132,8 +132,8 @@ if (!Array.isArray((_descriptor$fragment2 = descriptor.fragment) === null || _descriptor$fragment2 === void 0 ? void 0 : _descriptor$fragment2.targets)) { | ||
} | ||
if (((_descriptor$fragment3 = descriptor.fragment) === null || _descriptor$fragment3 === void 0 ? void 0 : (_descriptor$fragment4 = _descriptor$fragment3.targets) === null || _descriptor$fragment4 === void 0 ? void 0 : _descriptor$fragment4.length) === 0) { | ||
if (((_descriptor$fragment3 = descriptor.fragment) === null || _descriptor$fragment3 === void 0 || (_descriptor$fragment3 = _descriptor$fragment3.targets) === null || _descriptor$fragment3 === void 0 ? void 0 : _descriptor$fragment3.length) === 0) { | ||
var _descriptor$fragment$; | ||
(_descriptor$fragment$ = descriptor.fragment.targets) === null || _descriptor$fragment$ === void 0 ? void 0 : _descriptor$fragment$.push({}); | ||
} | ||
return (_descriptor$fragment5 = descriptor.fragment) === null || _descriptor$fragment5 === void 0 ? void 0 : _descriptor$fragment5.targets; | ||
return (_descriptor$fragment4 = descriptor.fragment) === null || _descriptor$fragment4 === void 0 ? void 0 : _descriptor$fragment4.targets; | ||
} | ||
//# sourceMappingURL=webgpu-parameters.js.map |
@@ -75,3 +75,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
if (this.props.fs) { | ||
var _this$device, _this$device$canvasCo; | ||
var _this$device; | ||
fragment = { | ||
@@ -81,3 +81,3 @@ module: cast(this.props.fs).handle, | ||
targets: [{ | ||
format: getWebGPUTextureFormat((_this$device = this.device) === null || _this$device === void 0 ? void 0 : (_this$device$canvasCo = _this$device.canvasContext) === null || _this$device$canvasCo === void 0 ? void 0 : _this$device$canvasCo.format) | ||
format: getWebGPUTextureFormat((_this$device = this.device) === null || _this$device === void 0 || (_this$device = _this$device.canvasContext) === null || _this$device === void 0 ? void 0 : _this$device.format) | ||
}] | ||
@@ -84,0 +84,0 @@ }; |
{ | ||
"name": "@luma.gl/webgpu", | ||
"version": "9.0.0-alpha.24", | ||
"version": "9.0.0-alpha.25", | ||
"description": "WebGPU adapter for the luma.gl API", | ||
@@ -40,7 +40,7 @@ "type": "module", | ||
"@babel/runtime": "^7.0.0", | ||
"@luma.gl/api": "9.0.0-alpha.24", | ||
"@luma.gl/api": "9.0.0-alpha.25", | ||
"@probe.gl/env": "^4.0.2", | ||
"@webgpu/types": "^0.1.34" | ||
}, | ||
"gitHead": "3707968c288edbfef7ab4060195493ca8f00e7d5" | ||
"gitHead": "a91e00399e59c1b5310bdfd842648238c5abf908" | ||
} |
/* | ||
import {assert} from '@luma.gl/api'; | ||
import GL from '@luma.gl/constants'; | ||
import {GL} from '@luma.gl/constants'; | ||
@@ -5,0 +5,0 @@ type Accessor = Record<string, any>; |
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 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 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 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
534514
8670
+ Added@luma.gl/api@9.0.0-alpha.25(transitive)
- Removed@luma.gl/api@9.0.0-alpha.24(transitive)
Updated@luma.gl/api@9.0.0-alpha.25