dawn-cmake/test/tint/bug/chromium/1236161.wgsl.expected.fxc.hlsl
Ben Clayton 329dfd7cbd tint: Implement const-eval of modf
Bug: tint:1581
Change-Id: I53151ebf43601cd6afcdd2ec91d0ff9c4e650ef3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111241
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2022-11-23 00:05:05 +00:00

9 lines
100 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void i() {
const float s = 1.0f;
}