dawn-cmake/test/tint/samples/function.wgsl.expected.fxc.hlsl
Antonio Maiorano c20c5dfb4a tint: Implement const eval of binary multiply
Bug: tint:1581
Change-Id: I70ff40ed4d8faf0a665824fef936ffbafb3f0948
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99362
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2022-09-01 14:57:39 +00:00

9 lines
88 B
HLSL

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