@luma.gl/shadertools
Advanced tools
Comparing version 9.1.3 to 9.1.4
@@ -8,2 +8,3 @@ /** | ||
export type { ShaderPass } from "./lib/shader-module/shader-pass.js"; | ||
export type { UniformTypes } from "./lib/utils/uniform-types.js"; | ||
export { initializeShaderModule, initializeShaderModules } from "./lib/shader-module/shader-module.js"; | ||
@@ -10,0 +11,0 @@ export { getShaderModuleUniforms } from "./lib/shader-module/shader-module.js"; |
{ | ||
"name": "@luma.gl/shadertools", | ||
"version": "9.1.3", | ||
"version": "9.1.4", | ||
"description": "Shader module system for luma.gl", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
}, | ||
"gitHead": "3aecf478bad9719e6de3192c7d07b35aa8544efe" | ||
"gitHead": "553efa111ddb2709b2278d1e3f6c83cb66a36052" | ||
} |
@@ -17,2 +17,3 @@ // luma.gl | ||
export type {ShaderPass} from './lib/shader-module/shader-pass'; | ||
export type {UniformTypes} from './lib/utils/uniform-types'; | ||
@@ -19,0 +20,0 @@ export {initializeShaderModule, initializeShaderModules} from './lib/shader-module/shader-module'; |
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
1570516
29731