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

@luma.gl/gltools

Package Overview
Dependencies
Maintainers
7
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/gltools - npm Package Compare versions

Comparing version 9.0.0-alpha.7 to 9.0.0-alpha.8

1

dist/transform/transform-types.d.ts

@@ -40,2 +40,3 @@ import { Texture } from "@luma.gl/api";

parameters?: Record<string, any>;
discard?: boolean;
};

@@ -42,0 +43,0 @@ /** Options that control drawing a Transform. Used by subclasses to return draw parameters */

5

dist/transform/transform.d.ts

@@ -28,2 +28,5 @@ import { Device } from '@luma.gl/api';

isIndexed?: boolean;
inject?: Record<string, string>;
drawMode?: number;
framebuffer?: Framebuffer;
_sourceTextures?: Record<string, Texture2D>;

@@ -35,4 +38,2 @@ _targetTexture?: string | Texture2D;

fs?: string;
inject?: Record<string, string>;
drawMode?: number;
};

@@ -39,0 +40,0 @@ /**

{
"name": "@luma.gl/gltools",
"version": "9.0.0-alpha.7",
"version": "9.0.0-alpha.8",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",

@@ -32,8 +32,8 @@ "license": "MIT",

"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "9.0.0-alpha.7",
"@luma.gl/engine": "9.0.0-alpha.7",
"@luma.gl/webgl": "9.0.0-alpha.7",
"@luma.gl/constants": "9.0.0-alpha.8",
"@luma.gl/engine": "9.0.0-alpha.8",
"@luma.gl/webgl": "9.0.0-alpha.8",
"@probe.gl/log": "^3.5.0"
},
"gitHead": "c1fbf71bb1311dcdc54338d82d299f8ed0d73346"
"gitHead": "9f5c5cca812c45ccf35e03b0491fd7243c5f2a6d"
}

@@ -12,2 +12,3 @@ // luma.gl, MIT license

} from '@luma.gl/shadertools';
import {AccessorObject} from '@luma.gl/webgl';

@@ -21,3 +22,3 @@ import Buffer from '../classic/buffer';

import type {TransformProps} from './transform';
import type {TransformDrawOptions, TransformRunOptions} from './transform-types';
import type {TransformDrawOptions} from './transform-types';
import {updateForTextures, getSizeUniforms} from './transform-shader-utils';

@@ -24,0 +25,0 @@

@@ -40,2 +40,3 @@ // luma.gl, MIT license

parameters?: Record<string, any>;
discard?: boolean;
};

@@ -42,0 +43,0 @@

import {Device, assert, isObjectEmpty} from '@luma.gl/api';
import {getShaderInfo, getPassthroughFS} from '@luma.gl/shadertools';
import GL from '@luma.gl/constants';
import {WebGLDevice, GLParameters} from '@luma.gl/webgl';
import {WebGLDevice, GLParameters, Accessor} from '@luma.gl/webgl';
import {AccessorObject} from '@luma.gl/webgl';
import type Buffer from '../classic/buffer';

@@ -29,2 +31,5 @@ import type Framebuffer from '../classic/framebuffer';

isIndexed?: boolean;
inject?: Record<string, string>;
drawMode?: number;
framebuffer?: Framebuffer;
_sourceTextures?: Record<string, Texture2D>;

@@ -36,4 +41,2 @@ _targetTexture?: string | Texture2D;

fs?: string;
inject?: Record<string, string>;
drawMode?: number;
};

@@ -40,0 +43,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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