mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-03 13:11:34 +00:00
Fixed: tint:1844 Change-Id: I812dd338925c1dccaa3029a46e10a0ea34a8ed54 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120960 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@chromium.org>
7 lines
115 B
WebGPU Shading Language
7 lines
115 B
WebGPU Shading Language
@group(0) @binding(0) var arg_0 : texture_1d<i32>;
|
|
|
|
fn d() {
|
|
_ = textureLoad(arg_0, 1, 0);
|
|
let l = sin(3.0);
|
|
}
|