Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/g-webgpu-engine

Package Overview
Dependencies
Maintainers
26
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-webgpu-engine - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

11

CHANGELOG.md

@@ -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 @@

4

es/webgl/index.js

@@ -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

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