Skip to content

Commit f65299b

Browse files
Update src/webgpu/shader/validation/extension/readonly_and_readwrite_storage_textures.spec.ts
Co-authored-by: Kai Ninomiya <kainino1@gmail.com>
1 parent c318703 commit f65299b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/webgpu/shader/validation/extension/readonly_and_readwrite_storage_textures.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ const kFeatureName = 'readonly_and_readwrite_storage_textures';
1515

1616
g.test('var_decl')
1717
.desc(
18-
`Checks that the read and read_write access modes are only allowed with the language feature present`
18+
`Checks that the read and read_write access modes are only allowed with the language feature present
19+
20+
TODO(https://github.com/gpuweb/gpuweb/issues/5524): Fix this to check wgslLanguageFeatures
21+
of the device features.
22+
`
1923
)
2024
.paramsSubcasesOnly(u =>
2125
u

0 commit comments

Comments
 (0)