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.

15 lines 525 B
// Do not edit. import { ShaderStore } from "../../Engines/shaderStore.js"; import "./sceneVertexDeclaration.js"; import "./meshVertexDeclaration.js"; const name = "shadowMapVertexDeclaration"; const shader = `#include<sceneVertexDeclaration> #include<meshVertexDeclaration> `; // Sideeffect if (!ShaderStore.IncludesShadersStore[name]) { ShaderStore.IncludesShadersStore[name] = shader; } /** @internal */ export const shadowMapVertexDeclaration = { name, shader }; //# sourceMappingURL=shadowMapVertexDeclaration.js.map