@luma.gl/engine 9.0.0-alpha.12 → 9.0.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luma.gl/engine",
3
- "version": "9.0.0-alpha.12",
3
+ "version": "9.0.0-alpha.13",
4
4
  "description": "WebGL2 Components for High Performance Rendering and Computation",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.0.0",
34
- "@luma.gl/constants": "9.0.0-alpha.12",
35
- "@luma.gl/shadertools": "9.0.0-alpha.12",
36
- "@luma.gl/webgl": "9.0.0-alpha.12",
34
+ "@luma.gl/constants": "9.0.0-alpha.13",
35
+ "@luma.gl/shadertools": "9.0.0-alpha.13",
36
+ "@luma.gl/webgl": "9.0.0-alpha.13",
37
37
  "@math.gl/core": "^3.5.0",
38
38
  "@probe.gl/log": "^3.5.0",
39
39
  "@probe.gl/stats": "^3.5.2"
40
40
  },
41
- "gitHead": "4059dc47e41bc587b7e5871929aec3f97020015f"
41
+ "gitHead": "e8ffdb5810c48c270c5f6cceb49f3e46e92d9fee"
42
42
  }
@@ -5,7 +5,7 @@ import GL from '@luma.gl/constants';
5
5
  import Model, {ModelProps} from './model';
6
6
  import Geometry from '../geometry/geometry';
7
7
 
8
- const CLIPSPACE_VERTEX_SHADER = `\
8
+ const CLIPSPACE_VERTEX_SHADER = glsl`\
9
9
  attribute vec2 aClipSpacePosition;
10
10
  attribute vec2 aTexCoord;
11
11
  attribute vec2 aCoordinate;