dawn-cmake/test/shadowing/param/let.wgsl.expected.hlsl

11 lines
110 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f(int a) {
{
const int b = a;
}
}