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

9 lines
88 B
HLSL

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