diff options
Diffstat (limited to 'tests/compute/assoctype-complex.slang')
| -rw-r--r-- | tests/compute/assoctype-complex.slang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/compute/assoctype-complex.slang b/tests/compute/assoctype-complex.slang index ee5f2c86f..29df5310a 100644 --- a/tests/compute/assoctype-complex.slang +++ b/tests/compute/assoctype-complex.slang @@ -1,7 +1,9 @@ +//TEST(compute):COMPARE_COMPUTE: -cpu //TEST(compute):COMPARE_COMPUTE: -//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out +//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer RWStructuredBuffer<int> outputBuffer; + interface IBase { associatedtype V; |
