blob: 1f90ca6e5a61a095e9ceb6be5a2188685e6d2613 [file] [log] [blame]
dan sinclair8f1d2762024-07-31 02:35:40 +00001
dan sinclairbe18fa42024-06-17 21:41:58 +00002[numthreads(1, 1, 1)]
3void f() {
4 float3 a = float3(1.0f, 2.0f, 3.0f);
5 float b = 4.0f;
6 float3 r = (a - b);
7}
dan sinclair69313792024-06-13 20:35:21 +00008