diff --git a/CHANGELIST.md b/CHANGELIST.md index 82b3e85..04244ae 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -6,7 +6,7 @@ ### 1.5.0 -* support other resource types, storageTextures, textures, samplers, externalTextures +* Add support for storage textures, external textures, and samplers ### 1.4.0 diff --git a/README.md b/README.md index 97a215e..d4383b3 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 diff --git a/test/tests/data-definition-test.js b/test/tests/data-definition-test.js index 013ff71..b83d7ca 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",