dawn-cmake/test/tint/builtins/gen/var/fwidthFine/f1742d.wgsl.expected.wgsl
Ben Clayton c0af5c5c9c tint: Add builtin tests for arguments passed by var
Change-Id: I81b69d23e40675d7f525e6369afec9aa0659d043
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92321
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-06-02 14:36:10 +00:00

10 lines
147 B
WebGPU Shading Language

fn fwidthFine_f1742d() {
var arg_0 = 1.0;
var res : f32 = fwidthFine(arg_0);
}
@stage(fragment)
fn fragment_main() {
fwidthFine_f1742d();
}