@luma.gl/core
Advanced tools
Comparing version 7.1.0-alpha.3 to 7.1.0-alpha.4
@@ -620,2 +620,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "setShaderHook", { | ||
enumerable: true, | ||
get: function get() { | ||
return _shadertools.setShaderHook; | ||
} | ||
}); | ||
Object.defineProperty(exports, "setModuleInjection", { | ||
enumerable: true, | ||
get: function get() { | ||
return _shadertools.setModuleInjection; | ||
} | ||
}); | ||
Object.defineProperty(exports, "combineInjects", { | ||
@@ -622,0 +634,0 @@ enumerable: true, |
@@ -37,4 +37,4 @@ export { isWebGL, isWebGL2, lumaStats, createGLContext, destroyGLContext, resizeGLContext, setGLContextDefaults, getContextInfo, getGLContextInfo, getContextLimits, FEATURES, hasFeature, hasFeatures, getFeatures, canCompileGLGSExtension, cloneTextureFrom, getKeyValue, getKey, setGLContextDefaults as setContextDefaults, getContextDebugInfo as glGetDebugInfo } from '@luma.gl/webgl'; | ||
export { default as CameraNode } from './scenegraph/nodes/camera-node'; | ||
export { registerShaderModules, setDefaultShaderModules, assembleShaders, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools'; | ||
export { registerShaderModules, setDefaultShaderModules, assembleShaders, setShaderHook, setModuleInjection, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools'; | ||
export { log, assert, uid, self, window, global, document } from '@luma.gl/webgl'; | ||
//# sourceMappingURL=index.js.map |
@@ -37,4 +37,4 @@ export { isWebGL, isWebGL2, lumaStats, createGLContext, destroyGLContext, resizeGLContext, setGLContextDefaults, getContextInfo, getGLContextInfo, getContextLimits, FEATURES, hasFeature, hasFeatures, getFeatures, canCompileGLGSExtension, cloneTextureFrom, getKeyValue, getKey, setGLContextDefaults as setContextDefaults, getContextDebugInfo as glGetDebugInfo } from '@luma.gl/webgl'; | ||
export { default as CameraNode } from './scenegraph/nodes/camera-node'; | ||
export { registerShaderModules, setDefaultShaderModules, assembleShaders, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools'; | ||
export { registerShaderModules, setDefaultShaderModules, assembleShaders, setShaderHook, setModuleInjection, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools'; | ||
export { log, assert, uid, self, window, global, document } from '@luma.gl/webgl'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@luma.gl/core", | ||
"version": "7.1.0-alpha.3", | ||
"version": "7.1.0-alpha.4", | ||
"description": "WebGL2 Components for High Performance Rendering and Computation", | ||
@@ -33,11 +33,11 @@ "license": "MIT", | ||
"@babel/runtime": "^7.0.0", | ||
"@luma.gl/constants": "7.1.0-alpha.3", | ||
"@luma.gl/shadertools": "7.1.0-alpha.3", | ||
"@luma.gl/webgl": "7.1.0-alpha.3", | ||
"@luma.gl/webgl-state-tracker": "7.1.0-alpha.3", | ||
"@luma.gl/webgl2-polyfill": "7.1.0-alpha.3", | ||
"@luma.gl/constants": "7.1.0-alpha.4", | ||
"@luma.gl/shadertools": "7.1.0-alpha.4", | ||
"@luma.gl/webgl": "7.1.0-alpha.4", | ||
"@luma.gl/webgl-state-tracker": "7.1.0-alpha.4", | ||
"@luma.gl/webgl2-polyfill": "7.1.0-alpha.4", | ||
"math.gl": "^2.3.0", | ||
"probe.gl": "^3.0.1", | ||
"probe.gl": "^3.0.2", | ||
"seer": "^0.2.4" | ||
} | ||
} |
@@ -136,2 +136,4 @@ // CORE MODULE EXPORTS FOR LUMA.GL | ||
assembleShaders, | ||
setShaderHook, | ||
setModuleInjection, | ||
// HELPERS | ||
@@ -138,0 +140,0 @@ combineInjects, |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
44898
1
2982250
320
+ Added@luma.gl/constants@7.1.0-alpha.4(transitive)
+ Added@luma.gl/shadertools@7.1.0-alpha.4(transitive)
+ Added@luma.gl/webgl@7.1.0-alpha.4(transitive)
+ Added@luma.gl/webgl-state-tracker@7.1.0-alpha.4(transitive)
+ Added@luma.gl/webgl2-polyfill@7.1.0-alpha.4(transitive)
- Removed@luma.gl/constants@7.1.0-alpha.3(transitive)
- Removed@luma.gl/shadertools@7.1.0-alpha.3(transitive)
- Removed@luma.gl/webgl@7.1.0-alpha.3(transitive)
- Removed@luma.gl/webgl-state-tracker@7.1.0-alpha.3(transitive)
- Removed@luma.gl/webgl2-polyfill@7.1.0-alpha.3(transitive)
Updated@luma.gl/webgl@7.1.0-alpha.4
Updatedprobe.gl@^3.0.2