@antv/g-plugin-device-renderer
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -1,2 +0,2 @@ | ||
import type { RendererPlugin, Syringe } from '@antv/g'; | ||
import type { DataURLOptions, RendererPlugin, Syringe } from '@antv/g'; | ||
import 'regenerator-runtime/runtime'; | ||
@@ -28,3 +28,4 @@ import { Renderable3D } from './components/Renderable3D'; | ||
loadTexture(src: string | TexImageSource, descriptor?: TextureDescriptor, successCallback?: (t: Texture) => void): Texture; | ||
toDataURL(options: Partial<DataURLOptions>): Promise<any>; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import type { RenderingPlugin, RenderingService } from '@antv/g'; | ||
import type { DataURLOptions, RenderingPlugin, RenderingService } from '@antv/g'; | ||
import type { Device, SwapChain, Texture, TextureDescriptor } from './platform'; | ||
@@ -32,2 +32,6 @@ import { RenderInstList } from './render'; | ||
private builder; | ||
private enableCapture; | ||
private captureOptions; | ||
private capturePromise; | ||
private resolveCapturePromise; | ||
getDevice(): Device; | ||
@@ -50,3 +54,4 @@ getSwapChain(): SwapChain; | ||
loadTexture(src: string | TexImageSource, descriptor?: TextureDescriptor, successCallback?: (t: Texture) => void): Texture; | ||
toDataURL(options: Partial<DataURLOptions>): Promise<any>; | ||
} | ||
//# sourceMappingURL=RenderGraphPlugin.d.ts.map |
{ | ||
"name": "@antv/g-plugin-device-renderer", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A G plugin of renderer implementation with GPUDevice", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@antv/g-shader-components": "^1.2.2", | ||
"@antv/util": "^3.1.0", | ||
"@antv/g-shader-components": "^1.2.3", | ||
"@antv/util": "^3.1.2", | ||
"@mapbox/tiny-sdf": "^2.0.4", | ||
@@ -59,3 +59,3 @@ "@types/offscreencanvas": "^2019.6.4", | ||
}, | ||
"gitHead": "f0d3036ed1439859167f135b8a61c84a415582df", | ||
"gitHead": "e83fa4cd73c6c22a60988c072275d2a191067b87", | ||
"glslify": { | ||
@@ -62,0 +62,0 @@ "transform": [ |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1937008
36142
Updated@antv/util@^3.1.2