@luma.gl/gltools
Advanced tools
Comparing version 9.0.0-alpha.7 to 9.0.0-alpha.8
@@ -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 */ |
@@ -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
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
956559
13491
+ Added@luma.gl/api@9.0.0-alpha.8(transitive)
+ Added@luma.gl/constants@9.0.0-alpha.8(transitive)
+ Added@luma.gl/engine@9.0.0-alpha.8(transitive)
+ Added@luma.gl/shadertools@9.0.0-alpha.8(transitive)
+ Added@luma.gl/webgl@9.0.0-alpha.8(transitive)
- Removed@luma.gl/api@9.0.0-alpha.7(transitive)
- Removed@luma.gl/constants@9.0.0-alpha.7(transitive)
- Removed@luma.gl/engine@9.0.0-alpha.7(transitive)
- Removed@luma.gl/shadertools@9.0.0-alpha.7(transitive)
- Removed@luma.gl/webgl@9.0.0-alpha.7(transitive)
Updated@luma.gl/webgl@9.0.0-alpha.8