dawn-cmake/test/tint/bug/tint/1541.wgsl.expected.dxc.hlsl

7 lines
111 B
HLSL

[numthreads(1, 1, 1)]
void main() {
const bool a = true;
bool v = (false ? true : (a & true));
return;
}