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.

22 lines (21 loc) 846 B
import "./ShadersInclude/backgroundUboDeclaration"; import "./ShadersInclude/helperFunctions"; import "./ShadersInclude/bonesDeclaration"; import "./ShadersInclude/bakedVertexAnimationDeclaration"; import "./ShadersInclude/instancesDeclaration"; import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/fogVertexDeclaration"; import "./ShadersInclude/lightVxUboDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/instancesVertex"; import "./ShadersInclude/bonesVertex"; import "./ShadersInclude/bakedVertexAnimation"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/fogVertex"; import "./ShadersInclude/shadowsVertex"; import "./ShadersInclude/logDepthVertex"; /** @internal */ export declare const backgroundVertexShaderWGSL: { name: string; shader: string; };