diff options
Diffstat (limited to 'tests/ir/dynamic-generic-method-specialize.slang')
| -rw-r--r-- | tests/ir/dynamic-generic-method-specialize.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ir/dynamic-generic-method-specialize.slang b/tests/ir/dynamic-generic-method-specialize.slang index 92ce8158e..6c1a6939f 100644 --- a/tests/ir/dynamic-generic-method-specialize.slang +++ b/tests/ir/dynamic-generic-method-specialize.slang @@ -1,4 +1,4 @@ -//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -profile sm_5_0 -output-using-type +//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -profile sm_5_0 -use-dxbc -output-using-type // Test that we can specialize a generic method called through a dynamic interface. @@ -62,4 +62,4 @@ void computeMain(uint3 dispatchThreadID: SV_DispatchThreadID) var obj = createDynamicObject<IInterface>(1, 1.0); // Add. float arr[3] = { 2, 3, 4 }; gOutputBuffer[0] = obj.run(arr).getVal(); -}
\ No newline at end of file +} |
