diff options
| author | Yong He <yonghe@outlook.com> | 2021-05-21 16:38:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 16:38:33 -0700 |
| commit | 7f8a9994d0bd99a171a1daa0bce46d92c02ccffd (patch) | |
| tree | 0b187e63ab5b9ce6f5ab41266fedaec44091a217 /tests/disabled-tests.txt | |
| parent | 172538fdb418f7a2faab1f5a410f3b2cb8e18ba5 (diff) | |
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Co-authored-by: T. Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'tests/disabled-tests.txt')
| -rw-r--r-- | tests/disabled-tests.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/disabled-tests.txt b/tests/disabled-tests.txt index ea1a2330e..e588c153d 100644 --- a/tests/disabled-tests.txt +++ b/tests/disabled-tests.txt @@ -19,16 +19,6 @@ like it currently does. * compute/dynamic-dispatch-12.slang -### `StructuredBuffer<ISomething>` - -These tests require support for structured buffers where the element type either is an interface type or transitively contains one. - -* compute/dynamic-dispatch-13.slang -* compute/dynamic-dispatch-14.slang -* compute/dynamic-dispatch-bindless-texture.slang -* compute/interface-func-param-in-struct.slang -* compute/interface-assoc-type-param.slang - ### Generic Specialization Parameters These tests make use of generic specialization parameters in ways that don't easily align with the implementation approach that is more focused on existential parameters. @@ -52,6 +42,14 @@ They will need to wait until the shader object implementation(s) are updated to * compute/interface-shader-param-in-struct.slang * compute/interface-shader-param-legalization.slang +### Gfx Limitation + +These tests are disabled due to other limitations of gfx layer. + +* compute/half-rw-texture-convert.slang +* compute/half-rw-texture-simple.slang + + ### Uncategorized These tests need to be binned according to what features they need. |
