dawn-cmake/test/samples/function.wgsl.expected.hlsl

9 lines
106 B
HLSL

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