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

9 lines
88 B
HLSL
Raw Normal View History

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