UNPKG

@babylonjs/core

Version:

Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.

9 lines (8 loc) 262 B
import "./ShadersInclude/imageProcessingDeclaration"; import "./ShadersInclude/helperFunctions"; import "./ShadersInclude/imageProcessingFunctions"; /** @internal */ export declare const imageProcessingPixelShaderWGSL: { name: string; shader: string; };