dawn-cmake/test/benchmark/empty.wgsl.expected.hlsl

5 lines
62 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}