Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
types
/
texture
/
depth
/
2d_array.wgsl.expected.wgsl
blob: 8b4f0e8853cb7d285a0260cb9deb876a1d6430bc [
file
] [
log
] [
blame
]
[[
group
(
0
),
binding
(
0
)]]
var
t_f
:
texture_depth_2d_array
;
[[
stage
(
compute
),
workgroup_size
(
1
)]]
fn main
()
{
ignore
(
t_f
);
}