@@ -49,7 +49,6 @@
"@types/react-color": "^3.0.2",
"@types/react-dom": "^16.9.8",
"@types/sinon": "^9.0.4",
- "@webgpu/types": "0.0.31",
"ajv": "^6.12.2",
"awesome-typescript-loader": "^5.2.1",
"base64-font-loader": "^0.0.4",
@@ -299,7 +299,7 @@ export class WebGPUEngine extends Engine {
// Init caps
// TODO WEBGPU Real Capability check once limits will be working.
- this._caps = this._caps = {
+ this._caps = {
maxTexturesImageUnits: 16,
maxVertexTextureImageUnits: 16,
maxCombinedTexturesImageUnits: 32,
@@ -1,7 +1,7 @@
{
"extends": "../tsconfigRules",
"compilerOptions": {
- "types": ["@webgpu/types"],
+ "types": [],
"baseUrl": "./",
"rootDir": "./"
}