Skip to content

Commit a0c83f5

Browse files
committed
v9.1.6
1 parent 13a6f99 commit a0c83f5

File tree

13 files changed

+19
-14
lines changed

13 files changed

+19
-14
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Theme: Improved WebGPU support
66

7+
## v9.1.6
8+
9+
- feat: Create explicit pipeline layouts from shaderLayout (#2355)
10+
- fix: WebGPU phong/gouraud shaders, uniform buffer name, wgls_reflect version (#2353)
11+
12+
713
### v9.1.5
814

915
- fix: Extract WGSL shader layout after modules have been resolved (#2343)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.5",
2+
"version": "9.1.6",
33
"npmClient": "yarn",
44
"exact": true,
55
"packages": [

modules/constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/constants",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "WebGL2 constants",
55
"type": "module",
66
"license": "MIT",

modules/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/core",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "The luma.gl core Device API",
55
"license": "MIT",
66
"type": "module",

modules/effects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/effects",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "Post-processing effects for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/engine",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "3D Engine Components for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/gltf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/gltf",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "glTF support for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/shadertools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/shadertools",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "Shader module system for luma.gl",
55
"type": "module",
66
"license": "MIT",

modules/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/test-utils",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
55
"type": "module",
66
"license": "MIT",

modules/webgl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/webgl",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "WebGL2 adapter for the luma.gl core API",
55
"type": "module",
66
"license": "MIT",
@@ -43,7 +43,7 @@
4343
"@luma.gl/core": "^9.1.0"
4444
},
4545
"dependencies": {
46-
"@luma.gl/constants": "9.1.5",
46+
"@luma.gl/constants": "9.1.6",
4747
"@math.gl/types": "^4.1.0",
4848
"@probe.gl/env": "^4.0.8"
4949
},

modules/webgpu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luma.gl/webgpu",
3-
"version": "9.1.5",
3+
"version": "9.1.6",
44
"description": "WebGPU adapter for the luma.gl core API",
55
"type": "module",
66
"license": "MIT",

modules/webgpu/src/adapter/webgpu-device.ts

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import type {
2929
QuerySet,
3030
QuerySetProps,
3131
DeviceProps,
32-
CommandEncoderProps,
3332
PipelineLayoutProps,
3433
} from '@luma.gl/core';
3534
import {Device, DeviceFeatures} from '@luma.gl/core';

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ __metadata:
986986
languageName: node
987987
linkType: hard
988988

989-
"@luma.gl/constants@npm:9.1.5, @luma.gl/constants@npm:^9.0.0, @luma.gl/constants@workspace:modules/constants":
989+
"@luma.gl/constants@npm:9.1.6, @luma.gl/constants@npm:^9.0.0, @luma.gl/constants@workspace:modules/constants":
990990
version: 0.0.0-use.local
991991
resolution: "@luma.gl/constants@workspace:modules/constants"
992992
languageName: unknown
@@ -1075,7 +1075,7 @@ __metadata:
10751075
version: 0.0.0-use.local
10761076
resolution: "@luma.gl/webgl@workspace:modules/webgl"
10771077
dependencies:
1078-
"@luma.gl/constants": "npm:9.1.5"
1078+
"@luma.gl/constants": "npm:9.1.6"
10791079
"@math.gl/types": "npm:^4.1.0"
10801080
"@probe.gl/env": "npm:^4.0.8"
10811081
peerDependencies:

0 commit comments

Comments
 (0)