dawn-cmake/test/tint/bug/tint/1717.wgsl.expected.fxc.hlsl

9 lines
98 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
uint f() {
return 2147483648u;
}