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.

17 lines (16 loc) 612 B
import "./ShadersInclude/bonesDeclaration"; import "./ShadersInclude/bakedVertexAnimationDeclaration"; import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/fogVertexDeclaration"; import "./ShadersInclude/instancesDeclaration"; import "./ShadersInclude/instancesVertex"; import "./ShadersInclude/bonesVertex"; import "./ShadersInclude/bakedVertexAnimation"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/fogVertex"; import "./ShadersInclude/vertexColorMixing"; /** @internal */ export declare const colorVertexShaderWGSL: { name: string; shader: string; };