You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-guide/using-effects.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -160,13 +160,13 @@ The post-processing effect applies screen space pixel manipulation effects to th
160
160
*Interactive demo of PostProcessEffect*
161
161
162
162
163
-
`@luma.gl/shadertools` provides a collection of [shader modules](https://luma.gl/docs/api-reference/shadertools/shader-passes/image-processing) that implements some common image processing algorithms. You may also refer to their source code to see how to implement your own.
163
+
`@luma.gl/effects` provides a collection of [shader modules](https://luma.gl/docs/api-reference/shadertools/shader-passes/image-processing) that implements some common image processing algorithms. You may also refer to their source code to see how to implement your own.
0 commit comments