diff options
Diffstat (limited to 'tests/cross-compile/cpp-execute-simple.slang')
| -rw-r--r-- | tests/cross-compile/cpp-execute-simple.slang | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/cross-compile/cpp-execute-simple.slang b/tests/cross-compile/cpp-execute-simple.slang deleted file mode 100644 index 72c77b653..000000000 --- a/tests/cross-compile/cpp-execute-simple.slang +++ /dev/null @@ -1,14 +0,0 @@ -//TEST:CPU_EXECUTE: -profile cs_5_0 -entry computeMain -target sharedlib - -//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out -RWStructuredBuffer<int> outputBuffer; - - -[numthreads(4, 1, 1)] -void computeMain( - uint3 dispatchThreadID : SV_DispatchThreadID) -{ - uint tid = dispatchThreadID.x; - - outputBuffer[tid] = int(tid * tid); -}
\ No newline at end of file |
