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.

14 lines (13 loc) 473 B
import "./ShadersInclude/instancesDeclaration"; import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/sceneUboDeclaration"; import "./ShadersInclude/meshUboDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/instancesVertex"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/logDepthVertex"; /** @internal */ export declare const lineVertexShaderWGSL: { name: string; shader: string; };