@antv/g-device-api
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -8,3 +8,3 @@ import type { VendorInfo } from '../api'; | ||
export declare function getUniforms(vert: string): string[]; | ||
export declare function preprocessShader_GLSL(vendorInfo: VendorInfo, type: 'vert' | 'frag', source: string, defines?: Record<string, string> | null): string; | ||
export declare function preprocessShader_GLSL(vendorInfo: VendorInfo, type: 'vert' | 'frag', source: string, defines?: Record<string, string> | null, usePrecision?: boolean): string; | ||
export interface ProgramDescriptorSimpleWithOrig { | ||
@@ -11,0 +11,0 @@ vert: string; |
@@ -8,3 +8,3 @@ import type { VendorInfo } from '../api'; | ||
export declare function getUniforms(vert: string): string[]; | ||
export declare function preprocessShader_GLSL(vendorInfo: VendorInfo, type: 'vert' | 'frag', source: string, defines?: Record<string, string> | null): string; | ||
export declare function preprocessShader_GLSL(vendorInfo: VendorInfo, type: 'vert' | 'frag', source: string, defines?: Record<string, string> | null, usePrecision?: boolean): string; | ||
export interface ProgramDescriptorSimpleWithOrig { | ||
@@ -11,0 +11,0 @@ vert: string; |
@@ -8,3 +8,3 @@ import type { VendorInfo } from '../api'; | ||
export declare function getUniforms(vert: string): string[]; | ||
export declare function preprocessShader_GLSL(vendorInfo: VendorInfo, type: 'vert' | 'frag', source: string, defines?: Record<string, string> | null): string; | ||
export declare function preprocessShader_GLSL(vendorInfo: VendorInfo, type: 'vert' | 'frag', source: string, defines?: Record<string, string> | null, usePrecision?: boolean): string; | ||
export interface ProgramDescriptorSimpleWithOrig { | ||
@@ -11,0 +11,0 @@ vert: string; |
{ | ||
"name": "@antv/g-device-api", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "A Device API references WebGPU implementations", | ||
@@ -42,2 +42,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@playwright/test": "^1.39.0", | ||
"@commitlint/cli": "^8.3.6", | ||
@@ -47,3 +48,3 @@ "@commitlint/config-angular": "^9.1.2", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^21.1.0", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
@@ -76,3 +77,3 @@ "@rollup/plugin-terser": "^0.4.3", | ||
"rollup": "^3.25.1", | ||
"rollup-plugin-polyfill-node": "^0.8.0", | ||
"rollup-plugin-polyfill-node": "^0.12.0", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
@@ -124,2 +125,3 @@ "ts-jest": "^29.1.0", | ||
"test": "jest", | ||
"test:e2e": "npx playwright test", | ||
"cov": "jest --coverage", | ||
@@ -126,0 +128,0 @@ "wasm": "wasm-pack build ./rust --target web", |
@@ -6,4 +6,4 @@ # @antv/g-device-api | ||
[![Build Status](https://github.com/antvis/g-device-api/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/antvis/g-device-api/actions/workflows/build.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/antvis/g-device-api/badge.svg?branch=master)](https://coveralls.io/github/antvis/g-device-api?branch=master) | ||
[![Build Status](https://github.com/antvis/g-device-api/actions/workflows/build.yml/badge.svg)](https://github.com/antvis/g-device-api/actions/workflows/build.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/antvis/g-device-api/badge.svg)](https://coveralls.io/github/antvis/g-device-api?branch=master) | ||
[![npm Version](https://img.shields.io/npm/v/@antv/g-device-api.svg)](https://www.npmjs.com/package/@antv/g-device-api) | ||
@@ -10,0 +10,0 @@ [![npm Download](https://img.shields.io/npm/dm/@antv/g-device-api.svg)](https://www.npmjs.com/package/@antv/g-device-api) |
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 too big to display
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
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
3914874
24708
49