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

21 lines
305 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void original_clusterfuzz_code() {
}
void more_tests_that_would_fail() {
{
const float a = 1.47112762928009033203f;
const float b = 0.09966865181922912598f;
}
{
const float a = 2.5f;
const float b = 2.5f;
}
{
}
}