dawn-cmake/test/tint/samples/function.wgsl.expected.fxc....

9 lines
87 B
HLSL

float main() {
return 0.400000006f;
}
[numthreads(2, 1, 1)]
void ep() {
return;
}