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) 471 B
import "./ShadersInclude/lineVertexDeclaration"; import "./ShadersInclude/lineUboDeclaration"; import "./ShadersInclude/instancesDeclaration"; import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/instancesVertex"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/logDepthVertex"; /** @internal */ export declare const lineVertexShader: { name: string; shader: string; };