From b95b2d10a5798ba42646f52b6b484cb50c65c8cb Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 1 Feb 2024 16:53:19 -0800 Subject: [PATCH 1/2] lint --- test/tests/data-definition-test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/tests/data-definition-test.js b/test/tests/data-definition-test.js index d492887..c62070b 100644 --- a/test/tests/data-definition-test.js +++ b/test/tests/data-definition-test.js @@ -248,7 +248,7 @@ describe('data-definition-tests', () => { "group": 0, "binding": 5, "size": 0, - } + }, }, "samplers": { "samp": { @@ -298,7 +298,7 @@ describe('data-definition-tests', () => { "group": 1, "binding": 3, "size": 64, - } + }, }, "storageTextures": { "tsR": { @@ -409,8 +409,8 @@ describe('data-definition-tests', () => { "sampleType": "depth", "viewDimension": "2d", "multisampled": false, - } - } + }, + }, }, { "name": "samp", From 564100b2fa87d5c8414123c942025cdf2d14b562 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 1 Feb 2024 16:53:28 -0800 Subject: [PATCH 2/2] README --- CHANGELIST.md | 4 + README.md | 4 +- test.html | 348 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 354 insertions(+), 2 deletions(-) create mode 100644 test.html diff --git a/CHANGELIST.md b/CHANGELIST.md index c97f90a..bb904f1 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,9 @@ # Change List +### 1.5.0 + +* Add support for storage textures, external textures, and samplers + ### 1.4.0 * Support `atomic` diff --git a/README.md b/README.md index 74faca7..e13e567 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ See [here](https://greggman.github.io/webgpu-utils/docs) -* [ChangeList](https://github.com/greggman/webgpu-utils/CHANGELIST.md) -* [Migration Notes](https://github.com/greggman/webgpu-utils/migration.md) +* [ChangeList](https://greggman.github.io/webgpu-utils/CHANGELIST.html) +* [Migration Notes](https://greggman.github.io/webgpu-utils/migration.html) ## Random useful things for WebGPU diff --git a/test.html b/test.html new file mode 100644 index 0000000..b944c90 --- /dev/null +++ b/test.html @@ -0,0 +1,348 @@ + + + \ No newline at end of file