@antv/g-webgpu-engine
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.1.2...v0.2.0) (2020-06-12) | ||
### Features | ||
* 支持 WebGL debug ([6fe69f0](https://github.com/xiaoiver/GWebGPUEngine/commit/6fe69f032d92b3871e8f2aa2478d8c9384502c6d)) | ||
## [0.1.1-alpha.1](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.1.0-alpha.0...v0.1.1-alpha.1) (2020-06-04) | ||
@@ -8,0 +19,0 @@ |
@@ -277,3 +277,5 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
uniforms[name] = data; | ||
uniforms[name] = function () { | ||
return uniform.data; | ||
}; | ||
} | ||
@@ -280,0 +282,0 @@ }); // 传入 output 纹理尺寸和数据长度,便于多余的 texel 提前退出 |
@@ -292,3 +292,5 @@ "use strict"; | ||
uniforms[name] = data; | ||
uniforms[name] = function () { | ||
return uniform.data; | ||
}; | ||
} | ||
@@ -295,0 +297,0 @@ }); // 传入 output 纹理尺寸和数据长度,便于多余的 texel 提前退出 |
{ | ||
"name": "@antv/g-webgpu-engine", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -25,4 +25,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@antv/g-webgpu-compiler": "^0.1.2", | ||
"@antv/g-webgpu-core": "^0.1.2", | ||
"@antv/g-webgpu-compiler": "^0.2.0", | ||
"@antv/g-webgpu-core": "^0.2.0", | ||
"@webgpu/glslang": "^0.0.15", | ||
@@ -47,3 +47,3 @@ "@webgpu/types": "^0.0.22", | ||
}, | ||
"gitHead": "c49fe8b5ed28fdadc7e4cfccffcd52e5e965644e" | ||
"gitHead": "74fb112a31addaaee0498dce8339e6f240934e82" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
270122
2812
+ Added@antv/g-webgpu-compiler@0.2.0(transitive)
+ Added@antv/g-webgpu-core@0.2.0(transitive)
- Removed@antv/g-webgpu-compiler@0.1.2(transitive)
- Removed@antv/g-webgpu-core@0.1.2(transitive)
Updated@antv/g-webgpu-core@^0.2.0